diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-06-10 10:40:43 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-06-10 10:40:43 +0200 |
commit | f0b7d1ef2b2e6068062996e01e9684628cdabb35 (patch) | |
tree | d946c376594289a1f6140780252ef91706081e9e /module/plugins/hoster/FreeWayMe.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/FreeWayMe.py')
-rw-r--r-- | module/plugins/hoster/FreeWayMe.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/FreeWayMe.py b/module/plugins/hoster/FreeWayMe.py index ac1fa549a..bb6d9f29d 100644 --- a/module/plugins/hoster/FreeWayMe.py +++ b/module/plugins/hoster/FreeWayMe.py @@ -6,7 +6,7 @@ from module.plugins.internal.MultiHoster import MultiHoster, create_getInfo class FreeWayMe(MultiHoster): __name__ = "FreeWayMe" __type__ = "hoster" - __version__ = "0.17" + __version__ = "0.18" __pattern__ = r'https?://(?:www\.)?free-way\.(bz|me)/.+' __config__ = [("use_premium", "bool", "Use premium account if available", True)] |