From bcfc419a40ed749081ade9cfe1e0adfe56edbec3 Mon Sep 17 00:00:00 2001 From: zoidberg10 Date: Sat, 25 Aug 2012 12:15:08 +0200 Subject: share-rapid.cz hotfix --- module/plugins/hoster/ShareRapidCom.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'module/plugins') 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: -- cgit v1.2.3