release 2013.12.09.2
authorPhilipp Hagemeister <phihag@phihag.de>
Mon, 9 Dec 2013 17:31:31 +0000 (18:31 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Mon, 9 Dec 2013 17:31:31 +0000 (18:31 +0100)
README.md
youtube_dl/version.py

index 9d4835053752cada7e5cd5b7e41426bd4cdde9c3..68b2e1ae77187d6bf44522d52fc54d5c33f2c280 100644 (file)
--- a/README.md
+++ b/README.md
@@ -100,6 +100,8 @@ which means you can modify it, redistribute it or use it however you like.
     --restrict-filenames       Restrict filenames to only ASCII characters, and
                                avoid "&" and spaces in filenames
     -a, --batch-file FILE      file containing URLs to download ('-' for stdin)
+    --load-info FILE           json file containing the video information
+                               (created with the "--write-json" option
     -w, --no-overwrites        do not overwrite files
     -c, --continue             force resume of partially downloaded files. By
                                default, youtube-dl will resume downloads if
index f7f658f49fd0f65b9f9ea6ca6aeba5fca3065a45..0b19fa9c584a1289fabd29ee7b2b92a074919e24 100644 (file)
@@ -1,2 +1,2 @@
 
-__version__ = '2013.12.09.1'
+__version__ = '2013.12.09.2'