mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
debug
This commit is contained in:
@@ -26,6 +26,8 @@ class QianXun(Query):
|
|||||||
f'keywords={self.domain}&page={num}'
|
f'keywords={self.domain}&page={num}'
|
||||||
resp = self.post(url, data)
|
resp = self.post(url, data)
|
||||||
self.subdomains = self.collect_subdomains(resp)
|
self.subdomains = self.collect_subdomains(resp)
|
||||||
|
if resp is None:
|
||||||
|
break
|
||||||
if '<div id="page" class="pagelist">' not in resp.text:
|
if '<div id="page" class="pagelist">' not in resp.text:
|
||||||
break
|
break
|
||||||
if '<li class="disabled"><span>»</span></li>' in resp.text:
|
if '<li class="disabled"><span>»</span></li>' in resp.text:
|
||||||
|
|||||||
Reference in New Issue
Block a user