diff --git a/nhentai/constant.py b/nhentai/constant.py index 5439384..a0e4ea2 100644 --- a/nhentai/constant.py +++ b/nhentai/constant.py @@ -1,6 +1,6 @@ SCHEMA = 'http://' URL = '%snhentai.net' % SCHEMA DETAIL_URL = '%s/g' % URL -IMAGE_URL = '%si.nhentai.net/galleries' % SCHEMA SEARCH_URL = '%s/search/' % URL +IMAGE_URL = '%si.nhentai.net/galleries' % SCHEMA PROXY = {}