diff options
author | Jeix <devnull@localhost> | 2012-01-27 20:56:18 +0100 |
---|---|---|
committer | Jeix <devnull@localhost> | 2012-01-27 20:56:18 +0100 |
commit | 7312fb0197650a329d5343b1ef16ddb27cc3fa70 (patch) | |
tree | 603da16729d96c31a85e21c03361ff0b343d3249 /module/plugins/hoster/YoutubeCom.py | |
parent | Youtube Format fix (diff) | |
download | pyload-7312fb0197650a329d5343b1ef16ddb27cc3fa70.tar.xz |
youtube increase version number
Diffstat (limited to 'module/plugins/hoster/YoutubeCom.py')
-rw-r--r-- | module/plugins/hoster/YoutubeCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/YoutubeCom.py b/module/plugins/hoster/YoutubeCom.py index 3d204895b..222e9bf84 100644 --- a/module/plugins/hoster/YoutubeCom.py +++ b/module/plugins/hoster/YoutubeCom.py @@ -11,7 +11,7 @@ class YoutubeCom(Hoster): __name__ = "YoutubeCom" __type__ = "hoster" __pattern__ = r"http://(www\.)?(de\.)?\youtube\.com/watch\?v=.*" - __version__ = "0.24" + __version__ = "0.25" __config__ = [("quality", "sd;hd;fullhd", "Quality Setting", "hd"), ("fmt", "int", "FMT Number 0-45", 0), (".mp4", "bool", "Allow .mp4", True), |