nhentai/hentai/constant.py
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