diff options
author | 2014-12-26 16:48:14 +0100 | |
---|---|---|
committer | 2014-12-26 16:48:14 +0100 | |
commit | a2324280a11b22ef75f7c86bad3392a2179c486c (patch) | |
tree | 1051a1c411ec7ee6d3c96ea02086065f7674be39 /module/plugins/hoster/RealdebridCom.py | |
parent | Spare code fixes (diff) | |
download | pyload-a2324280a11b22ef75f7c86bad3392a2179c486c.tar.xz |
[ShareonlineBiz] Fix login
Diffstat (limited to 'module/plugins/hoster/RealdebridCom.py')
-rw-r--r-- | module/plugins/hoster/RealdebridCom.py | 2 |
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" |