release 2013.12.16
authorPhilipp Hagemeister <phihag@phihag.de>
Mon, 16 Dec 2013 03:45:32 +0000 (04:45 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Mon, 16 Dec 2013 03:45:32 +0000 (04:45 +0100)
README.md
youtube_dl/version.py

index 68b2e1ae77187d6bf44522d52fc54d5c33f2c280..caed9484672d8844890d43d98708f83044e6b3d2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -56,6 +56,10 @@ which means you can modify it, redistribute it or use it however you like.
     --date DATE                download only videos uploaded in this date
     --datebefore DATE          download only videos uploaded before this date
     --dateafter DATE           download only videos uploaded after this date
+    --min-views COUNT          Do not download any videos with less than COUNT
+                               views
+    --max-views COUNT          Do not download any videos with more than COUNT
+                               views
     --no-playlist              download only the currently playing video
     --age-limit YEARS          download only videos suitable for the given age
     --download-archive FILE    Download only videos not listed in the archive
@@ -127,6 +131,7 @@ which means you can modify it, redistribute it or use it however you like.
     --get-id                   simulate, quiet but print id
     --get-thumbnail            simulate, quiet but print thumbnail URL
     --get-description          simulate, quiet but print video description
+    --get-duration             simulate, quiet but print video length
     --get-filename             simulate, quiet but print output filename
     --get-format               simulate, quiet but print output format
     -j, --dump-json            simulate, quiet but print JSON information
index b9a52fcfab43ee9063395c605d69d9f95509339c..5bc7fd7744d3e017c99ef433a4ec396ed30a066c 100644 (file)
@@ -1,2 +1,2 @@
 
-__version__ = '2013.12.11.2'
+__version__ = '2013.12.16'