4
0
mirror of https://github.com/RicterZ/nhentai.git synced 2025-05-04 10:26:09 +02:00
2015-04-19 13:13:55 +08:00

4 lines
124 B
Python

SCHEMA = 'http://'
URL = '%snhentai.net' % SCHEMA
DETAIL_URL = '%s/g' % URL
IMAGE_URL = '%si.nhentai.net/galleries' % SCHEMA