[fix) fix apk_mirror engine

This commit is contained in:
Alexandre Flament 2021-02-09 11:02:12 +01:00
parent f03ad0a3c0
commit 5e055b069b
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ def response(resp):
dom = html.fromstring(resp.text)
# parse results
for result in eval_xpath_list(dom, './/div[@id="content"]/div[@class="listWidget"]/div[@class="appRow"]'):
for result in eval_xpath_list(dom, './/div[@id="content"]/div[@class="listWidget"]//div[@class="appRow"]'):
link = eval_xpath_getindex(result, './/h5/a', 0)
url = base_url + link.attrib.get('href') + '#downloads'