diff --git a/sickbeard/providers/yggtorrent.py b/sickbeard/providers/yggtorrent.py index bc35cef3341055938395a2896ca6c40be11ac559..3cbb59f59de95cf90d9ffc5185408004507bf992 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://ww1.yggtorrent.is/' + self.url = 'https://ww2.yggtorrent.is/' self.urls = { 'login': urljoin(self.url, 'user/login'), 'search': urljoin(self.url, 'engine/search')