diff --git a/nhentai/constant.py b/nhentai/constant.py index 2fd4fb5..3d02fbd 100644 --- a/nhentai/constant.py +++ b/nhentai/constant.py @@ -1,5 +1,5 @@ SCHEMA = 'http://' -BASE_URL = 'nhentai.ricterz.me' +BASE_URL = 'nhentai.net' URL = '%s%s' % (SCHEMA, BASE_URL) DETAIL_URL = '%s/g' % URL SEARCH_URL = '%s/search/' % URL