From a8617f597e773687c084235caf9fd37d471a072d Mon Sep 17 00:00:00 2001 From: Laurent Bachelier Date: Tue, 10 Dec 2013 14:41:31 +0100 Subject: [PATCH] piratebay: Yet another domain change https://torrentfreak.com/the-pirate-bay-moves-to-ac-after-domain-name-seizure-131210/ --- modules/piratebay/browser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/piratebay/browser.py b/modules/piratebay/browser.py index 46062898..e627b7a1 100644 --- a/modules/piratebay/browser.py +++ b/modules/piratebay/browser.py @@ -34,7 +34,7 @@ class PiratebayBrowser(BaseBrowser): ENCODING = 'utf-8' def __init__(self, url, *args, **kwargs): - url = url or 'https://thepiratebay.sx/' + url = url or 'https://thepiratebay.ac/' url_parsed = urlsplit(url) self.PROTOCOL = url_parsed.scheme self.DOMAIN = url_parsed.netloc