Private GIT

Skip to content
Snippets Groups Projects
Commit 2bdc968b authored by MasterCtrl's avatar MasterCtrl Committed by miigotu
Browse files

updating torrentday provider to use the new api (#3830)

parent 58894dfc
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ class TorrentDayProvider(TorrentProvider): # pylint: disable=too-many-instance-
# URLs
self.custom_url = None
self.url = 'https://classic.torrentday.com'
self.url = 'https://www.torrentday.com'
self.urls = {
'login': urljoin(self.url, '/t'),
'search': urljoin(self.url, '/V3/API/API.php'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment