summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/RapidgatorNet.py
diff options
context:
space:
mode:
authorGravatar Christopher <4Christopher@gmx.de> 2013-03-26 19:23:41 +0100
committerGravatar Christopher <4Christopher@gmx.de> 2013-03-26 19:23:41 +0100
commit866d30eb0e6a8868a4f2eb1da3c91734d6b9d716 (patch)
tree2233ea2329e779761abb5dc8e08afee97973dc61 /module/plugins/hoster/RapidgatorNet.py
parentMovie2kTo: Added setting for quality in the folder name. (diff)
parentMerge pull request #53 from enkore/stable (diff)
downloadpyload-866d30eb0e6a8868a4f2eb1da3c91734d6b9d716.tar.xz
Merge branch 'stable' of git://github.com/pyload/pyload into stable
Diffstat (limited to 'module/plugins/hoster/RapidgatorNet.py')
-rw-r--r--module/plugins/hoster/RapidgatorNet.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/RapidgatorNet.py b/module/plugins/hoster/RapidgatorNet.py
index 6c1c231fe..1cc3ff8ae 100644
--- a/module/plugins/hoster/RapidgatorNet.py
+++ b/module/plugins/hoster/RapidgatorNet.py
@@ -28,8 +28,8 @@ from module.network.HTTPRequest import BadHeader
class RapidgatorNet(SimpleHoster):
__name__ = "RapidgatorNet"
__type__ = "hoster"
- __pattern__ = r"http://(?:www\.)?(rapidgator.net)/file/(\d+)"
- __version__ = "0.15"
+ __pattern__ = r"http://(?:www\.)?(rapidgator.net)/file/(\w+)"
+ __version__ = "0.16"
__description__ = """rapidgator.net"""
__author_name__ = ("zoidberg","chrox")