mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-04-20 11:01:17 +02:00
use https
This commit is contained in:
parent
fd0b53ee36
commit
e42f42d7db
@ -1,8 +1,7 @@
|
||||
import os
|
||||
|
||||
SCHEMA = os.getenv('NHENTAI_SCHEMA', 'http://')
|
||||
# BASE_URL = 'nhentai.net'
|
||||
BASE_URL = os.getenv('NHENTAI', 'nhentai.ricterz.me')
|
||||
SCHEMA = os.getenv('NHENTAI_SCHEMA', 'https://')
|
||||
BASE_URL = os.getenv('NHENTAI', 'nhentai.net')
|
||||
|
||||
URL = '%s%s' % (SCHEMA, BASE_URL)
|
||||
DETAIL_URL = '%s/g' % URL
|
||||
|
Loading…
x
Reference in New Issue
Block a user