diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-12-17 21:47:39 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-12-17 21:47:39 +0100 |
commit | 46f748a94ea5ab62ab0839ff0ce01e12e3eac688 (patch) | |
tree | 4e32fd45a7ca7fb341b331265c0dd1528e958cb7 /module/plugins/hoster/RehostTo.py | |
parent | [DebridItaliaCom] Fix hook getHoster (diff) | |
download | pyload-46f748a94ea5ab62ab0839ff0ce01e12e3eac688.tar.xz |
Extend SimpleHoster in multi-hoster plugins (2)
Diffstat (limited to 'module/plugins/hoster/RehostTo.py')
-rw-r--r-- | module/plugins/hoster/RehostTo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/RehostTo.py b/module/plugins/hoster/RehostTo.py index 067dd8dbe..4f978cdce 100644 --- a/module/plugins/hoster/RehostTo.py +++ b/module/plugins/hoster/RehostTo.py @@ -8,7 +8,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo class RehostTo(SimpleHoster): __name__ = "RehostTo" __type__ = "hoster" - __version__ = "0.13" + __version__ = "0.14" __pattern__ = r'https?://.*rehost\.to\..*' |