summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/RapidgatorNet.py
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-03-24 13:44:08 +0100
committerGravatar Stefano <l.stickell@yahoo.it> 2013-03-24 13:44:08 +0100
commitbe2e90dd2fd8ca1a25440803045de5c0be87c623 (patch)
tree302ec4537b25ed91c6d9820c4773beeb151d3bd3 /module/plugins/hoster/RapidgatorNet.py
parentPlugins: fixed inconsistent indentation (diff)
downloadpyload-be2e90dd2fd8ca1a25440803045de5c0be87c623.tar.xz
Rapidgator: fixed bug #47
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")