release 2013.10.07
authorPhilipp Hagemeister <phihag@phihag.de>
Mon, 7 Oct 2013 12:34:19 +0000 (14:34 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Mon, 7 Oct 2013 12:34:19 +0000 (14:34 +0200)
README.md
youtube_dl/version.py

index 14d62b189c3dec1ceaeac35aa497f9f66628506f..8824daee2cba4437c44db2576384527c55a3c3f1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -52,6 +52,9 @@ which means you can modify it, redistribute it or use it however you like.
     --datebefore DATE          download only videos uploaded before this date
     --dateafter DATE           download only videos uploaded after this date
     --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.
 
 ## Download Options:
     -r, --rate-limit LIMIT     maximum download rate (e.g. 50k or 44.6m)
index 08eda219768c5f58078745a94141264d28fb4b8f..8b4f033085be7d908640971b12bcbbc257842fa7 100644 (file)
@@ -1,2 +1,2 @@
 
-__version__ = '2013.10.06'
+__version__ = '2013.10.07'