diff --git a/sickbeard/providers/torrentday.py b/sickbeard/providers/torrentday.py
index bcf37b6f7fbfa19beb990919d3bc2b8dd2892f82..20908025fc103831fb3008324b1e5a07e84150bc 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'),