diff --git a/sickbeard/providers/thepiratebay.py b/sickbeard/providers/thepiratebay.py index c2211a622fb7dda3159f6a1ecf03fa259ed9d7b4..56b05cf07403c77ac593fb6e0f17094bb81bf77a 100644 --- a/sickbeard/providers/thepiratebay.py +++ b/sickbeard/providers/thepiratebay.py @@ -41,9 +41,9 @@ class ThePirateBayProvider(TorrentProvider): self.cache = ThePirateBayCache(self) self.urls = { - 'base_url': 'https://thepiratebay.se/', - 'search': 'https://thepiratebay.se/s/', - 'rss': 'https://thepiratebay.se/tv/latest' + 'base_url': 'https://thepiratebay.ms/', + 'search': 'https://thepiratebay.ms/s/', + 'rss': 'https://thepiratebay.ms/tv/latest' } self.url = self.urls['base_url']