From 376cca82a34df1defcd33a0979531532bb90eab1 Mon Sep 17 00:00:00 2001 From: Ricter Z Date: Thu, 4 Feb 2016 10:30:23 +0800 Subject: [PATCH] rerange url --- nhentai/constant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {}