diff options
author | Stefano <l.stickell@yahoo.it> | 2013-05-07 00:06:57 +0200 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2013-05-07 00:06:57 +0200 |
commit | 017ee424821bc5efefd4e78e28f014b643bddb5c (patch) | |
tree | 9ad18a87bb6a38300d99d50d3f1b7d864b46571f /module/plugins/hoster/YoutubeCom.py | |
parent | Merge pull request #105 from reinoldus/stable (diff) | |
download | pyload-017ee424821bc5efefd4e78e28f014b643bddb5c.tar.xz |
YoutubeCom: version increased after 6ccaef8875ad3e3855717066d71ababbbc1fb67d
see #105
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 e2ec25ca4..304cffd69 100644 --- a/module/plugins/hoster/YoutubeCom.py +++ b/module/plugins/hoster/YoutubeCom.py @@ -34,7 +34,7 @@ class YoutubeCom(Hoster): __name__ = "YoutubeCom" __type__ = "hoster" __pattern__ = r"(http|https)://(www\.)?(de\.)?\youtube\.com/watch\?v=.*" - __version__ = "0.30" + __version__ = "0.31" __config__ = [("quality", "sd;hd;fullhd;240p;360p;480p;720p;1080p;3072p", "Quality Setting", "hd"), ("fmt", "int", "FMT/ITAG Number (5-102, 0 for auto)", 0), (".mp4", "bool", "Allow .mp4", True), |