This commit is contained in:
JrD
2020-08-13 17:12:48 +08:00
parent 93834c8bf1
commit 8c9342ba54
+2
View File
@@ -26,6 +26,8 @@ class QianXun(Query):
f'keywords={self.domain}&page={num}'
resp = self.post(url, data)
self.subdomains = self.collect_subdomains(resp)
if resp is None:
break
if '<div id="page" class="pagelist">' not in resp.text:
break
if '<li class="disabled"><span>&raquo;</span></li>' in resp.text: