mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🎨 Merge APKM bundles to get apk for patching (#297)
This commit is contained in:
@@ -48,7 +48,7 @@ def apkmirror_scrapper(package_name: str) -> str:
|
||||
|
||||
|
||||
def _extracted_from_apkmirror_scrapper(search_url: str) -> str:
|
||||
r = requests.get(search_url, headers=headers, timeout=10)
|
||||
r = requests.get(search_url, headers=headers, timeout=60)
|
||||
soup = BeautifulSoup(r.text, bs4_parser)
|
||||
sub_url = soup.select_one("div.bubble-wrap > img")["src"]
|
||||
new_width = 500
|
||||
|
||||
Reference in New Issue
Block a user