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
No related merge requests found
...@@ -41,9 +41,9 @@ class NextGenProvider(generic.TorrentProvider): ...@@ -41,9 +41,9 @@ class NextGenProvider(generic.TorrentProvider):
self.cache = NextGenCache(self) self.cache = NextGenCache(self)
self.urls = {'base_url': 'https://nxtgn.info/', self.urls = {'base_url': 'https://nxtgn.biz/',
'search': 'https://nxtgn.info/browse.php?search=%s&cat=0&incldead=0&modes=%s', 'search': 'https://nxtgn.biz/browse.php?search=%s&cat=0&incldead=0&modes=%s',
'login_page': 'https://nxtgn.info/login.php'} 'login_page': 'https://nxtgn.biz/login.php'}
self.url = self.urls['base_url'] self.url = self.urls['base_url']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment