Private GIT

Skip to content
Snippets Groups Projects
Commit 088e65ee authored by miigotu's avatar miigotu
Browse files

Merge pull request #2846 from bdoner/provider-single_domain_change_again

Provider domain change - again
parents f0cfcbb6 1e9a23fb
No related branches found
No related tags found
No related merge requests found
...@@ -48,9 +48,9 @@ class NextGenProvider(generic.TorrentProvider): ...@@ -48,9 +48,9 @@ class NextGenProvider(generic.TorrentProvider):
self.cache = NextGenCache(self) self.cache = NextGenCache(self)
self.urls = {'base_url': 'https://nxgn.org/', self.urls = {'base_url': 'https://nxtgn.info/',
'search': 'https://nxgn.org/browse.php?search=%s&cat=0&incldead=0&modes=%s', 'search': 'https://nxtgn.info/browse.php?search=%s&cat=0&incldead=0&modes=%s',
'login_page': 'https://nxgn.org/login.php', 'login_page': 'https://nxtgn.info/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 register or to comment