mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-04-20 02:41:19 +02:00
remove print
This commit is contained in:
parent
d8e4f50609
commit
f701485840
@ -272,7 +272,6 @@ def legacy_search_parser(keyword, sorting, page, is_page_all=False, type_='SEARC
|
||||
params={'q': keyword, 'page': p, 'sort': sorting}).content
|
||||
else:
|
||||
url = constant.ARTIST_URL + keyword + '/' + ('' if sorting == 'recent' else sorting)
|
||||
print(url)
|
||||
response = request('get', url=url, params={'page': p}).content
|
||||
|
||||
if response is None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user