diff options
author | 2015-06-10 10:40:43 +0200 | |
---|---|---|
committer | 2015-06-10 10:40:43 +0200 | |
commit | f0b7d1ef2b2e6068062996e01e9684628cdabb35 (patch) | |
tree | d946c376594289a1f6140780252ef91706081e9e /module/plugins/hoster/RehostTo.py | |
parent | Fix https://github.com/pyload/pyload/issues/1479 (diff) | |
download | pyload-f0b7d1ef2b2e6068062996e01e9684628cdabb35.tar.xz |
Update 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 9c07364ec..0d1977dc2 100644 --- a/module/plugins/hoster/RehostTo.py +++ b/module/plugins/hoster/RehostTo.py @@ -8,7 +8,7 @@ from module.plugins.internal.MultiHoster import MultiHoster, create_getInfo class RehostTo(MultiHoster): __name__ = "RehostTo" __type__ = "hoster" - __version__ = "0.21" + __version__ = "0.22" __pattern__ = r'https?://.*rehost\.to\..+' __config__ = [("use_premium", "bool", "Use premium account if available", True)] |