From 7bb9f66dd4da404ef66621f7b1c0fc5328bdf44e Mon Sep 17 00:00:00 2001 From: Laurent Bachelier Date: Sat, 14 Dec 2013 16:24:50 +0100 Subject: [PATCH] Yet another piratebay domain change https://torrentfreak.com/pirate-bay-docks-in-peru-new-system-will-make-domains-irrelevant-131212/ --- 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 e627b7a1..9de506c9 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.ac/' + url = url or 'https://thepiratebay.pe/' url_parsed = urlsplit(url) self.PROTOCOL = url_parsed.scheme self.DOMAIN = url_parsed.netloc