Private GIT

Skip to content
Snippets Groups Projects
Commit 5d4bec2c authored by miigotu's avatar miigotu
Browse files

Merge pull request #2984 from Langthjem/patch-1

NextGen provider domain change - again
parents bd2b8c68 f2809c45
Branches
Tags
No related merge requests found
......@@ -41,9 +41,9 @@ class NextGenProvider(generic.TorrentProvider):
self.cache = NextGenCache(self)
self.urls = {'base_url': 'https://nxtgn.info/',
'search': 'https://nxtgn.info/browse.php?search=%s&cat=0&incldead=0&modes=%s',
'login_page': 'https://nxtgn.info/login.php'}
self.urls = {'base_url': 'https://nxtgn.biz/',
'search': 'https://nxtgn.biz/browse.php?search=%s&cat=0&incldead=0&modes=%s',
'login_page': 'https://nxtgn.biz/login.php'}
self.url = self.urls['base_url']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment