From c4f8d1160fdb6394ebf430d1cae4e7a3fe26ac76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vi=E1=BB=87t=20Hu=E1=BB=B3nh?= Date: Sat, 16 Nov 2024 09:21:59 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20Uptodown=20download=20page?= =?UTF-8?q?=20parser?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/downloader/uptodown.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/downloader/uptodown.py b/src/downloader/uptodown.py index f5fff4b..b18d77f 100644 --- a/src/downloader/uptodown.py +++ b/src/downloader/uptodown.py @@ -50,7 +50,7 @@ class UptoDown(Downloader): msg = f"Unable to download {app} from uptodown." raise UptoDownAPKDownloadError(msg, url=url) - app_code = detail_app_name.get("code") + app_code = detail_app_name.get("data-code") version_page = 1 download_url = None version_found = False