diff --git a/nhentai/constant.py b/nhentai/constant.py index d07ff38..66656a3 100644 --- a/nhentai/constant.py +++ b/nhentai/constant.py @@ -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