nhentai/nhentai/constant.py
2016-02-04 10:30:23 +08:00

7 lines
168 B
Python

SCHEMA = 'http://'
URL = '%snhentai.net' % SCHEMA
DETAIL_URL = '%s/g' % URL
SEARCH_URL = '%s/search/' % URL
IMAGE_URL = '%si.nhentai.net/galleries' % SCHEMA
PROXY = {}