summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/RealdebridCom.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-26 16:48:14 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-26 16:48:14 +0100
commita2324280a11b22ef75f7c86bad3392a2179c486c (patch)
tree1051a1c411ec7ee6d3c96ea02086065f7674be39 /module/plugins/hoster/RealdebridCom.py
parentSpare code fixes (diff)
downloadpyload-a2324280a11b22ef75f7c86bad3392a2179c486c.tar.xz
[ShareonlineBiz] Fix login
Diffstat (limited to 'module/plugins/hoster/RealdebridCom.py')
-rw-r--r--module/plugins/hoster/RealdebridCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/RealdebridCom.py b/module/plugins/hoster/RealdebridCom.py
index eb27a26f9..d283ce8ea 100644
--- a/module/plugins/hoster/RealdebridCom.py
+++ b/module/plugins/hoster/RealdebridCom.py
@@ -16,7 +16,7 @@ class RealdebridCom(MultiHoster):
__type__ = "hoster"
__version__ = "0.59"
- __pattern__ = r'https?://(?:[^/]+\.)?real-debrid\..*'
+ __pattern__ = r'https?://(?:[^/]+\.)?real-debrid\..+'
__description__ = """Real-Debrid.com hoster plugin"""
__license__ = "GPLv3"