Print progress
This commit is contained in:
@@ -12,6 +12,7 @@ tags = dict()
|
|||||||
count_regex = re.compile(r".+\((\d+)\)$")
|
count_regex = re.compile(r".+\((\d+)\)$")
|
||||||
|
|
||||||
for index in indices:
|
for index in indices:
|
||||||
|
print('.', end='')
|
||||||
url = f'https://hitomi.la/alltags-{index}.html'
|
url = f'https://hitomi.la/alltags-{index}.html'
|
||||||
|
|
||||||
soup = BeautifulSoup(requests.get(url).text, 'html.parser')
|
soup = BeautifulSoup(requests.get(url).text, 'html.parser')
|
||||||
|
|||||||
Reference in New Issue
Block a user