Delete print progress

This commit is contained in:
tom5079
2020-10-05 19:27:30 +09:00
parent 2dc282f358
commit 9bef36b826

View File

@@ -14,7 +14,6 @@ tags = dict()
count_regex = re.compile(r".+\((\d+)\)$")
for index in indices:
print('.', end='', file=sys.stderr)
url = f'https://hitomi.la/alltags-{index}.html'
soup = BeautifulSoup(requests.get(url).text, 'html.parser')