mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-04-20 11:01:17 +02:00
5 lines
156 B
Python
5 lines
156 B
Python
SCHEMA = 'http://'
|
|
URL = '%snhentai.net' % SCHEMA
|
|
DETAIL_URL = '%s/g' % URL
|
|
IMAGE_URL = '%si.nhentai.net/galleries' % SCHEMA
|
|
SEARCH_URL = '%s/search/' % URL |