summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-12-16 04:45:32 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-12-16 04:45:32 +0100
commit8863d0de91ee0b7f7bac28fe9b6ba27f986e656c (patch)
tree6b8e37ebb5b8862f25adc5989922ee10ed90e360
parent7b6fefc9d4df92dca11ea536bdaef633f7a4229c (diff)
release 2013.12.162013.12.16
-rw-r--r--README.md5
-rw-r--r--youtube_dl/version.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 68b2e1ae77..caed948467 100644
--- 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
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index b9a52fcfab..5bc7fd7744 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,2 +1,2 @@
-__version__ = '2013.12.11.2'
+__version__ = '2013.12.16'