Browse Source
Update provider: ncore
website changed from ncore.cc to ncore.pro
pull/1338/head
sanyacode
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
sickbeard/providers/ncore.py
|
|
@ -35,7 +35,7 @@ class NcoreProvider(generic.TorrentProvider): |
|
|
|
def __init__(self): |
|
|
|
generic.TorrentProvider.__init__(self, 'nCore') |
|
|
|
|
|
|
|
self.url_base = 'https://ncore.cc/' |
|
|
|
self.url_base = 'https://ncore.pro/' |
|
|
|
self.urls = {'config_provider_home_uri': self.url_base, |
|
|
|
'login_action': self.url_base + 'login.php', |
|
|
|
'search': self.url_base + 'torrents.php?mire=%s&' + '&'.join([ |
|
|
|