piratebay: yet another domain change

This commit is contained in:
Laurent Bachelier 2014-03-18 15:34:08 +01:00 committed by Romain Bignon
commit d5ea0d0810

View file

@ -34,7 +34,7 @@ class PiratebayBrowser(BaseBrowser):
ENCODING = 'utf-8'
def __init__(self, url, *args, **kwargs):
url = url or 'https://thepiratebay.pe/'
url = url or 'https://thepiratebay.se/'
url_parsed = urlsplit(url)
self.PROTOCOL = url_parsed.scheme
self.DOMAIN = url_parsed.netloc