diff --git a/sickbeard/providers/yggtorrent.py b/sickbeard/providers/yggtorrent.py index a25c18abbeb5c32e0ed4e6f711937b37177b43ca..bc35cef3341055938395a2896ca6c40be11ac559 100644 --- a/sickbeard/providers/yggtorrent.py +++ b/sickbeard/providers/yggtorrent.py @@ -48,7 +48,7 @@ class YggTorrentProvider(TorrentProvider): # pylint: disable=too-many-instance- self.minleech = None # URLs - self.url = 'https://yggtorrent.is/' + self.url = 'https://ww1.yggtorrent.is/' self.urls = { 'login': urljoin(self.url, 'user/login'), 'search': urljoin(self.url, 'engine/search')