From 2bdc968b363994e88052cc25967feb6205398d26 Mon Sep 17 00:00:00 2001 From: MasterCtrl <MasterCtrl@users.noreply.github.com> Date: Mon, 5 Jun 2017 23:14:50 +1200 Subject: [PATCH] updating torrentday provider to use the new api (#3830) --- sickbeard/providers/torrentday.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sickbeard/providers/torrentday.py b/sickbeard/providers/torrentday.py index bcf37b6f7..20908025f 100644 --- a/sickbeard/providers/torrentday.py +++ b/sickbeard/providers/torrentday.py @@ -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'), -- GitLab