From df0e168ee8346273731b81cc5783ebb4979f20a0 Mon Sep 17 00:00:00 2001 From: skillfr <12272393+skillfr@users.noreply.github.com> Date: Sat, 21 Jul 2018 00:34:13 +0200 Subject: [PATCH] change yggtorrent url --- sickbeard/providers/yggtorrent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sickbeard/providers/yggtorrent.py b/sickbeard/providers/yggtorrent.py index bc35cef33..3cbb59f59 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') -- GitLab