mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-04-19 18:31:24 +02:00
4 lines
124 B
Python
4 lines
124 B
Python
SCHEMA = 'http://'
|
|
URL = '%snhentai.net' % SCHEMA
|
|
DETAIL_URL = '%s/g' % URL
|
|
IMAGE_URL = '%si.nhentai.net/galleries' % SCHEMA |