From c25be987a3a8d536b8323455828b83f66870d81d Mon Sep 17 00:00:00 2001 From: godofdream Date: Mon, 6 Aug 2012 17:48:55 +0200 Subject: update Freakshare, IcyFiles, Zippyshare, C1neon, FshareVn-Ac, Filefactory-Ac Added BypassCaptcha - closed #647, #615, #639, #644, #562, #586, #642 --- module/plugins/hoster/FreakshareCom.py | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'module/plugins/hoster/FreakshareCom.py') diff --git a/module/plugins/hoster/FreakshareCom.py b/module/plugins/hoster/FreakshareCom.py index 29a0bda8f..56e02cbdc 100644 --- a/module/plugins/hoster/FreakshareCom.py +++ b/module/plugins/hoster/FreakshareCom.py @@ -9,7 +9,7 @@ class FreakshareCom(Hoster): __name__ = "FreakshareCom" __type__ = "hoster" __pattern__ = r"http://(?:www\.)?freakshare\.(net|com)/files/\S*?/" - __version__ = "0.36" + __version__ = "0.37" __description__ = """Freakshare.com Download Hoster""" __author_name__ = ("sitacuisses","spoob","mkaay", "Toilal") __author_mail__ = ("sitacuisses@yahoo.de","spoob@pyload.org","mkaay@mkaay.de", "toilal.dev@gmail.com") @@ -39,7 +39,8 @@ class FreakshareCom(Hoster): check = self.checkDownload({"bad": "bad try", "paralell": "> Sorry, you cant download more then 1 files at time. <", - "empty": "Warning: Unknown: Filename cannot be empty"}) + "empty": "Warning: Unknown: Filename cannot be empty", + "wrong_captcha": "Wrong Captcha!"}) if check == "bad": self.fail("Bad Try.") @@ -48,7 +49,10 @@ class FreakshareCom(Hoster): self.wait() self.retry() if check == "empty": - self.fail("File not downloadable") + self.fail("File not downloadable") + if check == "wrong_captcha": + self.invalidCaptcha() + self.retry() def prepare(self): pyfile = self.pyfile -- cgit v1.2.3