diff options
Diffstat (limited to 'pyload/plugins/hoster/ShareRapidCom.py')
-rw-r--r-- | pyload/plugins/hoster/ShareRapidCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/ShareRapidCom.py b/pyload/plugins/hoster/ShareRapidCom.py index a48f960cb..b14892a8f 100644 --- a/pyload/plugins/hoster/ShareRapidCom.py +++ b/pyload/plugins/hoster/ShareRapidCom.py @@ -25,7 +25,7 @@ class ShareRapidCom(SimpleHoster): __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/(?P<id>\w+)" __version__ = "0.53" - __description__ = """Share-rapid.com plugin - premium only""" + __description__ = """Share-rapid.com hoster plugin""" __author_name__ = ("MikyWoW", "zoidberg", "stickell") __author_mail__ = ("mikywow@seznam.cz", "zoidberg@mujmail.cz", "l.stickell@yahoo.it") |