Private GIT

Skip to content
Snippets Groups Projects
Commit d2aef5ec authored by Dustyn Gibson's avatar Dustyn Gibson
Browse files

Merge pull request #1978 from miigotu/fix-torrentday

Fix torrentday
parents ea1290ba 7a286848
Branches
Tags
No related merge requests found
......@@ -54,10 +54,10 @@ class TorrentDayProvider(generic.TorrentProvider):
self.cache = TorrentDayCache(self)
self.urls = {'base_url': 'https://tdonline.org',
'login': 'https://tdonline.org/torrents/',
'search': 'https://tdonline.org/V3/API/API.php',
'download': 'https://tdonline.org/download.php/%s/%s'
self.urls = {'base_url': 'https://classic.torrentday.com',
'login': 'https://classic.torrentday.com/torrents/',
'search': 'https://classic.torrentday.com/V3/API/API.php',
'download': 'https://classic.torrentday.com/download.php/%s/%s'
}
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