From 5b534e543063864dd1da6e03cde0c0a1e76347a5 Mon Sep 17 00:00:00 2001 From: coolius Date: Tue, 20 Jan 2015 11:46:40 +0000 Subject: [PATCH] Updated torrentday URL Updated torrentday URL to preferred, block-avoiding torrentday.eu --- sickbeard/providers/torrentday.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sickbeard/providers/torrentday.py b/sickbeard/providers/torrentday.py index 9b6738d3..66574a3b 100644 --- a/sickbeard/providers/torrentday.py +++ b/sickbeard/providers/torrentday.py @@ -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']