From 8d256731802012f46a68ffa9702917a3dd5bfa3d Mon Sep 17 00:00:00 2001 From: Ricter Z Date: Sun, 3 Jul 2016 17:06:22 +0800 Subject: [PATCH] nhentai origin --- nhentai/constant.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nhentai/constant.py b/nhentai/constant.py index 2fd4fb5..8e8fed6 100644 --- a/nhentai/constant.py +++ b/nhentai/constant.py @@ -1,5 +1,6 @@ SCHEMA = 'http://' -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