From ed25b12a4e71535607a72d8036e43a830e435595 Mon Sep 17 00:00:00 2001 From: miigotu <miigotu@gmail.com> Date: Tue, 29 Dec 2015 12:48:57 -0800 Subject: [PATCH] Use .se for tpb until new urls come back up --- sickbeard/providers/thepiratebay.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sickbeard/providers/thepiratebay.py b/sickbeard/providers/thepiratebay.py index 703aeea29..c2211a622 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.gd/', - 'search': 'https://thepiratebay.gd/s/', - 'rss': 'https://thepiratebay.gd/tv/latest' + 'base_url': 'https://thepiratebay.se/', + 'search': 'https://thepiratebay.se/s/', + 'rss': 'https://thepiratebay.se/tv/latest' } self.url = self.urls['base_url'] -- GitLab