♻️ Chore

This commit is contained in:
Nikhil Badyal
2023-07-12 15:45:35 +05:30
parent 22be230567
commit 00f83ad969
4 changed files with 14 additions and 13 deletions
-1
View File
@@ -35,7 +35,6 @@ class UptoDown(Downloader):
extracted_version = version_item.find("span", {"class": "version"}).text
if extracted_version == version:
download_url = version_item["data-url"]
print(f"data-url for version {version}: {download_url}")
break
if download_url is None:
raise AppNotFound(f"Unable to get download url for {app}")