From a9f81c043c62abcb3ce38971237693736833fdbe Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sun, 20 Jul 2014 03:28:23 +0200 Subject: Fix hosters SH_COOKIES syntax --- module/plugins/hoster/FilefactoryCom.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'module/plugins/hoster/FilefactoryCom.py') diff --git a/module/plugins/hoster/FilefactoryCom.py b/module/plugins/hoster/FilefactoryCom.py index 0874e1410..013448b09 100644 --- a/module/plugins/hoster/FilefactoryCom.py +++ b/module/plugins/hoster/FilefactoryCom.py @@ -44,7 +44,9 @@ class FilefactoryCom(SimpleHoster): LINK_PATTERN = r']*>]*> Download with FileFactory Premium' OFFLINE_PATTERN = r'

File Removed

|This file is no longer available' PREMIUM_ONLY_PATTERN = r'>Premium Account Required<' - SH_COOKIES = [('.filefactory.com', 'locale', 'en_US.utf8')] + + SH_COOKIES = [(".filefactory.com", "locale", "en_US.utf8")] + def handleFree(self): self.html = self.load(self.pyfile.url, decode=True) -- cgit v1.2.3