diff --git a/sickbeard/providers/thepiratebay.py b/sickbeard/providers/thepiratebay.py
index 57f2af45da23992dd81e5bf658aaac4602a0d5b9..2a9376a4ab5ef5f2875bcfbaebe2c175ff3b2ceb 100644
--- a/sickbeard/providers/thepiratebay.py
+++ b/sickbeard/providers/thepiratebay.py
@@ -47,7 +47,7 @@ class ThePirateBayProvider(TorrentProvider):  # pylint: disable=too-many-instanc
         self.confirmed = True
 
         # URLs
-        self.url = "https://thepiratebay.se"
+        self.url = "https://thepiratebay.org"
         self.urls = {
             "rss": [urljoin(self.url, "browse/208/0/4/0"), urljoin(self.url, "browse/205/0/4/0")],
             "search": urljoin(self.url, "search"),