release 2015.01.08

master
Philipp Hagemeister 9 years ago
parent 0217c78377
commit 11497d5bba

@ -248,14 +248,15 @@ which means you can modify it, redistribute it or use it however you like.
## Video Format Options: ## Video Format Options:
-f, --format FORMAT video format code, specify the order of -f, --format FORMAT video format code, specify the order of
preference using slashes: -f 22/17/18 . -f preference using slashes, as in -f 22/17/18
mp4 , -f m4a and -f flv are also . Instead of format codes, you can select
supported. You can also use the special by extension for the extensions aac, m4a,
names "best", "bestvideo", "bestaudio", mp3, mp4, ogg, wav, webm. You can also use
"worst", "worstvideo" and "worstaudio". By the special names "best", "bestvideo",
default, youtube-dl will pick the best "bestaudio", "worst". By default, youtube-
quality. Use commas to download multiple dl will pick the best quality. Use commas
audio formats, such as -f to download multiple audio formats, such as
-f
136/137/mp4/bestvideo,140/m4a/bestaudio. 136/137/mp4/bestvideo,140/m4a/bestaudio.
You can merge the video and audio of two You can merge the video and audio of two
formats into a single file using -f <video- formats into a single file using -f <video-

@ -1,3 +1,3 @@
from __future__ import unicode_literals from __future__ import unicode_literals
__version__ = '2015.01.07.2' __version__ = '2015.01.08'

Loading…
Cancel
Save