diff --git a/scripts/tags.py b/scripts/tags.py index 74b3be11..c1926f23 100644 --- a/scripts/tags.py +++ b/scripts/tags.py @@ -12,6 +12,7 @@ tags = dict() count_regex = re.compile(r".+\((\d+)\)$") for index in indices: + print('.', end='') url = f'https://hitomi.la/alltags-{index}.html' soup = BeautifulSoup(requests.get(url).text, 'html.parser')