diff --git a/sickbeard/providers/thepiratebay.py b/sickbeard/providers/thepiratebay.py index 2a395bbab035892b1771cf4f2f779e38ec0faaf9..08cbe2fbebaeef57f7854045e6664765b8767913 100644 --- a/sickbeard/providers/thepiratebay.py +++ b/sickbeard/providers/thepiratebay.py @@ -59,7 +59,7 @@ class ThePirateBayProvider(generic.TorrentProvider): self.cache = ThePirateBayCache(self) - self.urls = {'base_url': 'https://thepiratebay.se/'} + self.urls = {'base_url': 'https://thepiratebay.gd/'} self.url = self.urls['base_url']