aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-02-17 14:58:39 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-02-17 14:58:39 +0100
commit09c4d50944c6450efef7bd38a3de35369b6099c7 (patch)
tree4cdccc10554c600627f200a6e29c151531f97e78 /README.md
parent2eb5d315d49b51f3594cda27f44773e826c6cccb (diff)
downloadyoutube-dl-09c4d50944c6450efef7bd38a3de35369b6099c7.tar.xz
Fix indenting in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/README.md b/README.md
index 35876d979..bd091be86 100644
--- a/README.md
+++ b/README.md
@@ -281,12 +281,14 @@ Videos can be filtered by their upload date using the options `--date`, `--dateb
Examples:
- $ # 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
+ # 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