release 2013.09.04
authorPhilipp Hagemeister <phihag@phihag.de>
Wed, 4 Sep 2013 12:33:32 +0000 (14:33 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Wed, 4 Sep 2013 12:33:32 +0000 (14:33 +0200)
README.md
youtube_dl/version.py

index 75068fe56a2681176a9862d44373f47f11318931..2776cb3eb09a5af767d499ab5129b93cbfb9eeff 100644 (file)
--- a/README.md
+++ b/README.md
@@ -113,7 +113,8 @@ which means you can modify it, redistribute it or use it however you like.
 
 ## Video Format Options:
     -f, --format FORMAT        video format code, specifiy the order of
-                               preference using slashes: "-f 22/17/18"
+                               preference using slashes: "-f 22/17/18". "-f mp4"
+                               and "-f flv" are also supported
     --all-formats              download all available video formats
     --prefer-free-formats      prefer free video formats unless a specific one
                                is requested
index b6284c6d627106eb21825c5bd12e379711b84ba8..5d7467699f8dce3d137778de1d9f48f42c187e1c 100644 (file)
@@ -1,2 +1,2 @@
 
-__version__ = '2013.08.30'
+__version__ = '2013.09.04'