4
0
mirror of https://github.com/RicterZ/nhentai.git synced 2025-04-29 15:50:48 +02:00

Compare commits

...

1 Commits

Author SHA1 Message Date
ricterz
cac07a517e remove debug print 2024-11-09 11:51:03 +08:00

@ -69,7 +69,7 @@ class Downloader(Singleton):
if response.status_code != 200:
path = urlparse(url).path
for mirror in constant.IMAGE_URL_MIRRORS:
print(f'{mirror}{path}')
# print(f'{mirror}{path}')
mirror_url = f'{mirror}{path}'
response = request('get', mirror_url, stream=True,
timeout=self.timeout, proxies=proxy)