diff --git a/nhentai/constant.py b/nhentai/constant.py index 8e8fed6..11f175c 100644 --- a/nhentai/constant.py +++ b/nhentai/constant.py @@ -1,6 +1,6 @@ SCHEMA = 'http://' -BASE_URL = 'nhentai.net' -# BASE_URL = 'nhentai.ricterz.me' +# BASE_URL = 'nhentai.net' +BASE_URL = 'nhentai.ricterz.me' URL = '%s%s' % (SCHEMA, BASE_URL) DETAIL_URL = '%s/g' % URL SEARCH_URL = '%s/search/' % URL