use https

This commit is contained in:
Ricter Z 2016-08-13 20:03:40 +08:00
parent fd0b53ee36
commit e42f42d7db

View File

@ -1,8 +1,7 @@
import os
SCHEMA = os.getenv('NHENTAI_SCHEMA', 'http://')
# BASE_URL = 'nhentai.net'
BASE_URL = os.getenv('NHENTAI', 'nhentai.ricterz.me')
SCHEMA = os.getenv('NHENTAI_SCHEMA', 'https://')
BASE_URL = os.getenv('NHENTAI', 'nhentai.net')
URL = '%s%s' % (SCHEMA, BASE_URL)
DETAIL_URL = '%s/g' % URL