Laurent Bachelier 2013-12-14 16:24:50 +01:00
commit 7bb9f66dd4

View file

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