diff options
author | zoidberg10 <zoidberg@mujmail.cz> | 2012-08-25 12:15:08 +0200 |
---|---|---|
committer | zoidberg10 <zoidberg@mujmail.cz> | 2012-08-25 12:15:08 +0200 |
commit | bcfc419a40ed749081ade9cfe1e0adfe56edbec3 (patch) | |
tree | cbcbcbb8be83fd9385d1762aab4f1e55bb7623d7 /module/plugins/hoster/ShareRapidCom.py | |
parent | update 1fichier (diff) | |
download | pyload-bcfc419a40ed749081ade9cfe1e0adfe56edbec3.tar.xz |
share-rapid.cz hotfix
Diffstat (limited to 'module/plugins/hoster/ShareRapidCom.py')
-rw-r--r-- | module/plugins/hoster/ShareRapidCom.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/module/plugins/hoster/ShareRapidCom.py b/module/plugins/hoster/ShareRapidCom.py index c3328bfe8..4a25d4027 100644 --- a/module/plugins/hoster/ShareRapidCom.py +++ b/module/plugins/hoster/ShareRapidCom.py @@ -45,7 +45,7 @@ class ShareRapidCom(SimpleHoster): __name__ = "ShareRapidCom" __type__ = "hoster" __pattern__ = r"http://(?:www\.)?((share(-?rapid\.(biz|com|cz|info|eu|net|org|pl|sk)|-(central|credit|free|net)\.cz|-ms\.net)|(s-?rapid|rapids)\.(cz|sk))|(e-stahuj|mediatack|premium-rapidshare|rapidshare-premium|qiuck)\.cz|kadzet\.com|stahuj-zdarma\.eu|strelci\.net|universal-share\.com)/stahuj/(.+)" - __version__ = "0.49" + __version__ = "0.50" __description__ = """Share-rapid.com plugin - premium only""" __author_name__ = ("MikyWoW", "zoidberg") __author_mail__ = ("MikyWoW@seznam.cz", "zoidberg@mujmail.cz") @@ -79,8 +79,6 @@ class ShareRapidCom(SimpleHoster): self.tempOffline() else: self.fail("Unexpected file status") - - if not self.checkTrafficLeft(): self.fail("Not enough traffic left") url = "http://share-rapid.com/stahuj/%s" % self.info['filepath'] try: |