mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🐛 Handle new apkmirror page update
This commit is contained in:
committed by
Nikhil Badyal
parent
5c679151fb
commit
c224efe474
@@ -58,8 +58,8 @@ class ApkMirror(Downloader):
|
||||
:param main_page: Main Download Page in APK mirror(Index)
|
||||
:return:
|
||||
"""
|
||||
list_widget = self._extracted_search_div(main_page, "listWidget")
|
||||
table_rows = list_widget.find_all(class_="table-row")
|
||||
list_widget = self._extracted_search_div(main_page, "tab-pane noPadding")
|
||||
table_rows = list_widget.find_all(class_="table-row headerFont")
|
||||
links: dict[str, str] = {}
|
||||
apk_archs = ["arm64-v8a", "universal", "noarch"]
|
||||
for row in table_rows:
|
||||
|
||||
Reference in New Issue
Block a user