From 2b52e300d496d2aab38235c51d77ee40841d987d Mon Sep 17 00:00:00 2001 From: Ricter Z Date: Fri, 20 May 2016 09:54:23 +0800 Subject: [PATCH] use nhentai.net as default domain --- nhentai/constant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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