1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

Updated torrentday URL

Updated torrentday URL to preferred, block-avoiding torrentday.eu
This commit is contained in:
coolius 2015-01-20 11:46:40 +00:00
parent 91cb8d885c
commit 5b534e5430

View File

@ -54,10 +54,10 @@ class TorrentDayProvider(generic.TorrentProvider):
self.cache = TorrentDayCache(self)
self.urls = {'base_url': 'http://www.td.af',
'login': 'http://www.td.af/torrents/',
'search': 'http://www.td.af/V3/API/API.php',
'download': 'http://www.td.af/download.php/%s/%s'
self.urls = {'base_url': 'https://www.torrentday.eu',
'login': 'https://www.torrentday.eu/torrents/',
'search': 'https://www.torrentday.eu/V3/API/API.php',
'download': 'https://www.torrentday.eu/download.php/%s/%s'
}
self.url = self.urls['base_url']