summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-12-02 13:37:26 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-12-02 13:37:26 +0100
commit0037e02921e7f70409ce113fb060765a6f24a27e (patch)
tree0928389dfbac991f3d170991d59a8b40ef029499
parent6ad14cab599b05a658756fef47d3837281429da7 (diff)
release 2013.12.022013.12.02
-rw-r--r--README.md7
-rw-r--r--youtube_dl/version.py2
2 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index af4d969d6b..031e436b63 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,8 @@ which means you can modify it, redistribute it or use it however you like.
--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 present in the archive
- file. Record all downloaded videos in it.
+ file. Record the IDs of all downloaded videos in
+ it.
## Download Options:
-r, --rate-limit LIMIT maximum download rate in bytes per second (e.g.
@@ -130,8 +131,8 @@ which means you can modify it, redistribute it or use it however you like.
-v, --verbose print various debugging information
--dump-intermediate-pages print downloaded pages to debug problems(very
verbose)
- --write-pages Write downloaded pages to files in the current
- directory
+ --write-pages Write downloaded intermediary pages to files in
+ the current directory to debug problems
## Video Format Options:
-f, --format FORMAT video format code, specify the order of
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index a73d7fb5ce..d8f341ab98 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,2 +1,2 @@
-__version__ = '2013.11.29'
+__version__ = '2013.12.02'