From 02662ab868dbc64c41185d53429b14996cfa2d5f Mon Sep 17 00:00:00 2001 From: zoidberg10 Date: Thu, 2 Aug 2012 21:57:44 +0200 Subject: update czshare, warsever.cz --- module/plugins/hoster/CoolshareCz.py | 7 ++++--- module/plugins/hoster/CzshareCom.py | 24 +++++++++++++++++++----- module/plugins/hoster/WarserverCz.py | 34 ++++++++++++++++++++++++++++++++++ 3 files changed, 57 insertions(+), 8 deletions(-) create mode 100644 module/plugins/hoster/WarserverCz.py (limited to 'module/plugins') diff --git a/module/plugins/hoster/CoolshareCz.py b/module/plugins/hoster/CoolshareCz.py index 63bc4cf37..f187b4816 100644 --- a/module/plugins/hoster/CoolshareCz.py +++ b/module/plugins/hoster/CoolshareCz.py @@ -24,21 +24,22 @@ class CoolshareCz(SimpleHoster): __name__ = "CoolshareCz" __type__ = "hoster" __pattern__ = r"http://(?:\w*\.)?coolshare.cz/stahnout/(?P\d+)/.+" - __version__ = "0.1" + __version__ = "0.11" __description__ = """CoolShare.cz""" __author_name__ = ("zoidberg") - FILE_NAME_PATTERN = r'

(?P[^<]+)

' + FILE_NAME_PATTERN = r'(?P[^<]+)' FILE_SIZE_PATTERN = r'
  • Velikost: (?P[^<]+)' FILE_OFFLINE_PATTERN = r'

    Soubor nenalezen

    ' PREMIUM_URL_PATTERN = r'
    \s*

    \s*kredit: ([0-9., ]+)([kKMG]i?B)\s*' def setup(self): - self.resumeDownload = self.multiDL = True if self.premium else False + self.multiDL = self.resumeDownload = True if self.premium else False self.chunkLimit = 1 def process(self, pyfile): @@ -140,9 +140,22 @@ class CzshareCom(SimpleHoster): inputs['captchastring2'] = self.decryptCaptcha(captcha_url) self.logDebug('CAPTCHA_URL:' + captcha_url + ' CAPTCHA:' + inputs['captchastring2']) + self.html = self.load(parsed_url, cookies=True, post=inputs) + + found = re.search("countdown_number = (\d+);", self.html) + self.setWait(int(found.group(1)) if found else 50) + # download the file, destination is determined by pyLoad - self.download(parsed_url, cookies=True, post=inputs) + self.logDebug("WAIT URL", self.req.lastEffectiveURL) + found = re.search("free_wait.php\?server=(.*?)&(.*)", self.req.lastEffectiveURL) + if not found: + raise PluginParseError('Download URL') + url = "http://%s/download.php?%s" % (found.group(1), found.group(2)) + + self.wait() + self.multiDL = True + self.download(url) def checkDownloadedFile(self): # check download @@ -160,7 +173,8 @@ class CzshareCom(SimpleHoster): self.invalidCaptcha() self.retry() - def waitForFreeSlot(self): - self.setWait(900, True) + def waitForFreeSlot(self, wait_time = 300): + self.multiDL = False + self.setWait(wait_time, True) self.wait() self.retry() \ No newline at end of file diff --git a/module/plugins/hoster/WarserverCz.py b/module/plugins/hoster/WarserverCz.py new file mode 100644 index 000000000..4f0de8425 --- /dev/null +++ b/module/plugins/hoster/WarserverCz.py @@ -0,0 +1,34 @@ +# -*- coding: utf-8 -*- +""" + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, + or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, see . + + @author: zoidberg +""" + +import re +from module.plugins.hoster.CoolshareCz import CoolshareCz +from module.plugins.internal.SimpleHoster import create_getInfo + +class WarserverCz(CoolshareCz): + __name__ = "WarserverCz" + __type__ = "hoster" + __pattern__ = r"http://(?:\w*\.)?warserver.cz/stahnout/(?P\d+)/.+" + __version__ = "0.1" + __description__ = """Warserver.cz""" + __author_name__ = ("zoidberg") + + PREMIUM_URL_PATTERN = r'