mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
Fix download page Uptodown
This will fix some Uptodown download pages showing Uptodown Store
This commit is contained in:
committed by
Nikhil Badyal
parent
c4f8d1160f
commit
5ca03582d3
@@ -66,7 +66,7 @@ class UptoDown(Downloader):
|
|||||||
|
|
||||||
for item in json["data"]:
|
for item in json["data"]:
|
||||||
if item["version"] == version:
|
if item["version"] == version:
|
||||||
download_url = item["versionURL"]
|
download_url = f"{item["versionURL"]}-x"
|
||||||
version_found = True
|
version_found = True
|
||||||
break
|
break
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user