mirror of
https://github.com/YGGverse/qBt_SE.git
synced 2025-01-18 02:30:00 +00:00
Search fix
The domain name of NNM-Club has changed.
This commit is contained in:
parent
7e7520d39c
commit
26cbc3bba6
@ -31,7 +31,7 @@ start_time = time.time()
|
|||||||
|
|
||||||
class nnmclub(object):
|
class nnmclub(object):
|
||||||
name = 'NoNaMe-Club'
|
name = 'NoNaMe-Club'
|
||||||
url = 'https://nnm-club.me/forum/'
|
url = 'https://nnmclub.to/forum/'
|
||||||
supported_categories = {'all': '-1',
|
supported_categories = {'all': '-1',
|
||||||
'movies': '14',
|
'movies': '14',
|
||||||
'tv': '27',
|
'tv': '27',
|
||||||
@ -40,7 +40,7 @@ class nnmclub(object):
|
|||||||
'anime': '24',
|
'anime': '24',
|
||||||
'software': '21'}
|
'software': '21'}
|
||||||
|
|
||||||
# getting config from kinozal.json
|
# getting config from nnmclub.json
|
||||||
config = None
|
config = None
|
||||||
try:
|
try:
|
||||||
# try to load user data from file
|
# try to load user data from file
|
||||||
@ -57,7 +57,7 @@ class nnmclub(object):
|
|||||||
# make cookie
|
# make cookie
|
||||||
cj = CookieJar()
|
cj = CookieJar()
|
||||||
# if we wanna use https we mast add ssl=enable_ssl to cookie
|
# if we wanna use https we mast add ssl=enable_ssl to cookie
|
||||||
c = Cookie(0, 'ssl', "enable_ssl", None, False, '.nnm-club.me',
|
c = Cookie(0, 'ssl', "enable_ssl", None, False, '.nnmclub.to',
|
||||||
True, False, '/', True, False, None, 'ParserCookie', None, None, None)
|
True, False, '/', True, False, None, 'ParserCookie', None, None, None)
|
||||||
cj.set_cookie(c)
|
cj.set_cookie(c)
|
||||||
self.session = build_opener(HTTPCookieProcessor(cj))
|
self.session = build_opener(HTTPCookieProcessor(cj))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user