From a7bdb52e78f0691113641f2956a4ed65d8dac1df Mon Sep 17 00:00:00 2001 From: OzzieIsaacs Date: Sat, 25 Jun 2016 11:11:12 +0200 Subject: Made Passwort protected links working again --- module/plugins/crypter/ShareLinksBiz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module') diff --git a/module/plugins/crypter/ShareLinksBiz.py b/module/plugins/crypter/ShareLinksBiz.py index 3d67d3791..24ae15388 100644 --- a/module/plugins/crypter/ShareLinksBiz.py +++ b/module/plugins/crypter/ShareLinksBiz.py @@ -83,7 +83,7 @@ class ShareLinksBiz(Crypter): url = header.get('location') if re.match(self.__pattern__, url): - self.base_url = "http://www.%s.biz" % re.match(self.__pattern__, url).group(1) + self.base_url = "http://%s.biz" % re.match(self.__pattern__, url).group(1) self.file_id = re.match(self.__pattern__, url).group('ID') else: -- cgit v1.2.3