piratebay: Yet another domain change

https://torrentfreak.com/the-pirate-bay-moves-to-ac-after-domain-name-seizure-131210/
This commit is contained in:
Laurent Bachelier 2013-12-10 14:41:31 +01:00 committed by Romain Bignon
commit a8617f597e

View file

@ -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