From 441317c28c30bac2f3cc791017435d8e5aab44e3 Mon Sep 17 00:00:00 2001 From: Ricter Z Date: Thu, 11 Aug 2016 21:10:11 +0800 Subject: [PATCH] use nhentai mirror --- nhentai/constant.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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