diff --git a/sickbeard/providers/thepiratebay.py b/sickbeard/providers/thepiratebay.py
index 703aeea29c9e99f0fd236ec9ac2114d90d13e817..c2211a622fb7dda3159f6a1ecf03fa259ed9d7b4 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']