Remove not useful output
This commit is contained in:
@@ -96,7 +96,8 @@ def main(number):
|
||||
url = host + str(search(number))
|
||||
htmlcode = get_html(url)
|
||||
except:
|
||||
print(number)
|
||||
# print(number)
|
||||
pass
|
||||
html = etree.fromstring(htmlcode, etree.HTMLParser())
|
||||
dic = {
|
||||
# 标题
|
||||
|
||||
Reference in New Issue
Block a user