From aab92bbc8e4726aec211533b07e26bb4333ec972 Mon Sep 17 00:00:00 2001 From: Ricter Z Date: Sun, 3 Jul 2016 17:02:47 +0800 Subject: [PATCH] nhentai mirror --- nhentai/constant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nhentai/constant.py b/nhentai/constant.py index 3d02fbd..2fd4fb5 100644 --- a/nhentai/constant.py +++ b/nhentai/constant.py @@ -1,5 +1,5 @@ SCHEMA = 'http://' -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