summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-03-24 22:31:48 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-03-24 22:31:48 +0100
commitd97e8b26cc111527cec0acda4f67b0c0eff7d946 (patch)
treecd6a24b95a2ed7671809f5b9d693fdb30051568f /module/plugins/hoster
parent1fichier: fixed #553 (diff)
downloadpyload-d97e8b26cc111527cec0acda4f67b0c0eff7d946.tar.xz
Hoster: RapidgatorNet: __pattern__ updated (thx Gromit)
Diffstat (limited to 'module/plugins/hoster')
-rw-r--r--module/plugins/hoster/RapidgatorNet.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/module/plugins/hoster/RapidgatorNet.py b/module/plugins/hoster/RapidgatorNet.py
index 4229b2aa1..7cb4cd229 100644
--- a/module/plugins/hoster/RapidgatorNet.py
+++ b/module/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")