From fc6b723aee82aa241f514bff99819e4960f72ec9 Mon Sep 17 00:00:00 2001 From: zoidberg10 Date: Thu, 2 Aug 2012 18:19:43 +0200 Subject: update bitshare, icyfiles - closed #562, #282 - thx godofdream --- module/plugins/hoster/BitshareCom.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'module/plugins/hoster/BitshareCom.py') diff --git a/module/plugins/hoster/BitshareCom.py b/module/plugins/hoster/BitshareCom.py index 6d6b9c26d..f5d59d428 100644 --- a/module/plugins/hoster/BitshareCom.py +++ b/module/plugins/hoster/BitshareCom.py @@ -46,14 +46,14 @@ class BitshareCom(Hoster): __name__ = "BitshareCom" __type__ = "hoster" __pattern__ = r"http://(www\.)?bitshare\.com/(files/(?P[a-zA-Z0-9]+)(/(?P.*?)\.html)?|\?f=(?P[a-zA-Z0-9]+))" - __version__ = "0.44" + __version__ = "0.45" __description__ = """Bitshare.Com File Download Hoster""" __author_name__ = ("paulking", "fragonib") __author_mail__ = (None, "fragonib[AT]yahoo[DOT]es") HOSTER_DOMAIN = "bitshare.com" FILE_OFFLINE_PATTERN = r'''(>We are sorry, but the requested file was not found in our database|>Error - File not available<|The file was deleted either by the uploader, inactivity or due to copyright claim)''' - FILE_INFO_PATTERN = r'

Downloading\s(?P.+?)\s-\s(?P[\d.]+)\s(?P..)yte

' + FILE_INFO_PATTERN = r'

(Downloading|Streaming)\s(?P.+?)\s-\s(?P[\d.]+)\s(?P..)yte

' FILE_AJAXID_PATTERN = r'var ajaxdl = "(.*?)";' CAPTCHA_KEY_PATTERN = r"http://api\.recaptcha\.net/challenge\?k=(.*?) " @@ -166,4 +166,4 @@ class BitshareCom(Hoster): elif "ERROR:SESSION ERROR" in response: self.retry() self.logDebug("Wrong captcha") - self.invalidCaptcha() \ No newline at end of file + self.invalidCaptcha() -- cgit v1.2.3