diff --git a/sickbeard/providers/thepiratebay.py b/sickbeard/providers/thepiratebay.py
index 81490d0a4abded86f7ad0ca2d1b0ddcd1ef35af5..8586e2e0376c58709d1a0d49deaa9949b8f5ace5 100644
--- a/sickbeard/providers/thepiratebay.py
+++ b/sickbeard/providers/thepiratebay.py
@@ -43,9 +43,9 @@ class ThePirateBayProvider(generic.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://pirateproxy.la/',
+            'search': 'https://pirateproxy.la/s/',
+            'rss': 'https://pirateproxy.la/tv/latest'
         }
 
         self.url = self.urls['base_url']