From b3c508865fe93515355a03ff9148cc981c3ff5c9 Mon Sep 17 00:00:00 2001
From: djoole <bobby.djoole@gmail.com>
Date: Sat, 23 Jun 2018 18:18:16 +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 a25c18abb..bc35cef33 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')
-- 
GitLab