Fix indenting in README
authorPhilipp Hagemeister <phihag@phihag.de>
Mon, 17 Feb 2014 13:58:39 +0000 (14:58 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Mon, 17 Feb 2014 13:58:39 +0000 (14:58 +0100)
README.md

index 35876d979242b38d7d697219153c1314e0fa68a8..bd091be863af33ee3be0dd0ae4b03a1dd054e6ef 100644 (file)
--- 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