aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-01-07 10:09:37 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-01-07 10:09:37 +0100
commitbac268e243f356ca90c11f4db9ff8126d4c59d5a (patch)
treebbb0c63ac0ed27e17c6d80dc7a96c18058f234dc /README.md
parent3798eadccdb2d681ee071403c5185ca014fb842e (diff)
downloadyoutube-dl-bac268e243f356ca90c11f4db9ff8126d4c59d5a.tar.xz
Clarify --date* documentation (Fixes #2093)
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 45cfbec5a..0c496222f 100644
--- a/README.md
+++ b/README.md
@@ -234,9 +234,12 @@ Videos can be filtered by their upload date using the options `--date`, `--dateb
Examples:
- $ youtube-dl --dateafter now-6months #will only download the videos uploaded in the last 6 months
- $ youtube-dl --date 19700101 #will only download the videos uploaded in January 1, 1970
- $ youtube-dl --dateafter 20000101 --datebefore 20100101 #will only download the videos uploaded between 2000 and 2010
+ $ # Download only the videos uploaded in the last 6 months
+ $ youtube-dl --dateafter now-6months
+ $ # Download only the videos uploaded on January 1, 1970
+ $ youtube-dl --date 19700101
+ $ # will only download the videos uploaded in the 200x decade
+ $ youtube-dl --dateafter 20000101 --datebefore 20091231
# FAQ