Remove not useful output

This commit is contained in:
yoshiko2
2022-05-20 19:03:57 +08:00
parent 94ee34046a
commit 417ff137b1
4 changed files with 8 additions and 5 deletions

View File

@@ -103,7 +103,8 @@ def main(number):
url = "https://madou.club/" + number + ".html"
htmlcode = get_html(url)
except:
print(number)
# print(number)
pass
html = etree.fromstring(htmlcode, etree.HTMLParser())
url = getUrl(html)