nhentai/nhentai/constant.py
2015-05-10 01:11:57 +08:00

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