diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-12-27 13:53:48 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-12-27 13:53:48 +0100 |
commit | da42bdf16d1c14e5629603ed756b5ed81fa74876 (patch) | |
tree | 8b730a4a3bb7aa1ec3f29cedbcfe5c0d29d6fd95 /module/plugins/hoster/RealdebridCom.py | |
parent | Improve a lot of plugin __pattern__ (diff) | |
download | pyload-da42bdf16d1c14e5629603ed756b5ed81fa74876.tar.xz |
[AlldebridCom][RealdebridCom] Fix __pattern__
Diffstat (limited to 'module/plugins/hoster/RealdebridCom.py')
-rw-r--r-- | module/plugins/hoster/RealdebridCom.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/RealdebridCom.py b/module/plugins/hoster/RealdebridCom.py index d283ce8ea..e8bb44ee5 100644 --- a/module/plugins/hoster/RealdebridCom.py +++ b/module/plugins/hoster/RealdebridCom.py @@ -14,9 +14,9 @@ from module.utils import parseFileSize class RealdebridCom(MultiHoster): __name__ = "RealdebridCom" __type__ = "hoster" - __version__ = "0.59" + __version__ = "0.60" - __pattern__ = r'https?://(?:[^/]+\.)?real-debrid\..+' + __pattern__ = r'https?://s\d+\.real-debrid\.com/dl/[\w^_]+' __description__ = """Real-Debrid.com hoster plugin""" __license__ = "GPLv3" |