diff options
author | Stefano <l.stickell@yahoo.it> | 2014-03-25 00:19:47 +0100 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2014-04-21 17:09:32 +0200 |
commit | 352a93a9cb3349016789bfe63e4cdfbae33e4c17 (patch) | |
tree | 600dca4854b88860da4d90c268781d695cf85353 | |
parent | Merge pull request #561 from vuolter/s/hoster/UptoboxCom (diff) | |
download | pyload-352a93a9cb3349016789bfe63e4cdfbae33e4c17.tar.xz |
Merge pull request #560 from vuolter/s/hoster/RapidgatorNet
RapidgatorNet: __pattern__ updated (thx Gromit)
(cherry picked from commit ec5bcf22b9d3cbf53c9610fe2d74b1a6af50e10c)
-rw-r--r-- | pyload/plugins/hoster/RapidgatorNet.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pyload/plugins/hoster/RapidgatorNet.py b/pyload/plugins/hoster/RapidgatorNet.py index 4229b2aa1..7cb4cd229 100644 --- a/pyload/plugins/hoster/RapidgatorNet.py +++ b/pyload/plugins/hoster/RapidgatorNet.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- - ############################################################################### # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -29,8 +28,8 @@ from module.plugins.internal.CaptchaService import ReCaptcha, SolveMedia, AdsCap class RapidgatorNet(SimpleHoster): __name__ = "RapidgatorNet" __type__ = "hoster" - __pattern__ = r"http://(?:www\.)?rapidgator\.net/file/\w+" - __version__ = "0.20" + __pattern__ = r"http://(?:www\.)?(rapidgator\.net|rg\.to)/file/\w+" + __version__ = "0.21" __description__ = """Rapidgator.net hoster plugin""" __author_name__ = ("zoidberg", "chrox", "stickell", "Walter Purcaro") __author_mail__ = ("zoidberg@mujmail.cz", "", "l.stickell@yahoo.it", "vuolter@gmail.com") |