release 2014.09.18
authorPhilipp Hagemeister <phihag@phihag.de>
Thu, 18 Sep 2014 16:43:59 +0000 (18:43 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Thu, 18 Sep 2014 16:43:59 +0000 (18:43 +0200)
README.md
youtube_dl/version.py

index 5cc959ac54d33de813222558d6c44ce06a5e3391..5d15decb5e9c209c865402a6ee43f2e4102a0ad4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -227,12 +227,15 @@ which means you can modify it, redistribute it or use it however you like.
 
 ## Video Format Options:
     -f, --format FORMAT              video format code, specify the order of
-                                     preference using slashes: "-f 22/17/18".
-                                     "-f mp4" and "-f flv" are also supported.
-                                     You can also use the special names "best",
-                                     "bestvideo", "bestaudio", "worst",
-                                     "worstvideo" and "worstaudio". By default,
-                                     youtube-dl will pick the best quality.
+                                     preference using slashes: -f 22/17/18 .  -f
+                                     mp4 , -f m4a and  -f flv  are also
+                                     supported. You can also use the special
+                                     names "best", "bestvideo", "bestaudio",
+                                     "worst", "worstvideo" and "worstaudio". By
+                                     default, youtube-dl will pick the best
+                                     quality. Use commas to download multiple
+                                     audio formats, such as  -f
+                                     136/137/mp4/bestvideo,140/m4a/bestaudio
     --all-formats                    download all available video formats
     --prefer-free-formats            prefer free video formats unless a specific
                                      one is requested
index 23892a8bdd88131b1181634f6788b07cc2446b7c..430509ba31519c7026080c196c4f1c3271235101 100644 (file)
@@ -1,2 +1,2 @@
 
-__version__ = '2014.09.16.1'
+__version__ = '2014.09.18'