diff options
author | 2014-10-22 19:47:00 +0200 | |
---|---|---|
committer | 2014-10-22 19:47:00 +0200 | |
commit | 1b096b2eb2634e8dea80b06ab9ecde206b198b35 (patch) | |
tree | c37727ef1c0c43c553725c6a4ae92022f48bcc23 /module/plugins/hoster/FilefactoryCom.py | |
parent | [Keep2shareCC] Fix CAPTCHA_PATTERN (diff) | |
download | pyload-1b096b2eb2634e8dea80b06ab9ecde206b198b35.tar.xz |
Spare code cosmetics
Diffstat (limited to 'module/plugins/hoster/FilefactoryCom.py')
-rw-r--r-- | module/plugins/hoster/FilefactoryCom.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/plugins/hoster/FilefactoryCom.py b/module/plugins/hoster/FilefactoryCom.py index 0e422f108..a5942e261 100644 --- a/module/plugins/hoster/FilefactoryCom.py +++ b/module/plugins/hoster/FilefactoryCom.py @@ -38,7 +38,6 @@ class FilefactoryCom(SimpleHoster): def handleFree(self): - self.html = self.load(self.pyfile.url, decode=True) if "Currently only Premium Members can download files larger than" in self.html: self.fail("File too large for free download") elif "All free download slots on this server are currently in use" in self.html: |