]> gitweb @ CieloNegro.org - youtube-dl.git/commitdiff
document comments in configuration file (fixes #10024)
authorPhilipp Hagemeister <phihag@phihag.de>
Thu, 7 Jul 2016 10:12:21 +0000 (12:12 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Thu, 7 Jul 2016 10:12:21 +0000 (12:12 +0200)
README.md

index bc214562d49681516c80633ae1459f2ca9039562..44332ea9ac0cf28cc7475078a7ccbfbd7566b988 100644 (file)
--- a/README.md
+++ b/README.md
@@ -432,6 +432,7 @@ For example, with the following configuration file youtube-dl will always extrac
 --no-mtime
 --proxy 127.0.0.1:3128
 -o ~/Movies/%(title)s.%(ext)s
+# Lines starting with # are comments
 ```
 
 Note that options in configuration file are just the same options aka switches used in regular command line calls thus there **must be no whitespace** after `-` or `--`, e.g. `-o` or `--proxy` but not `- o` or `-- proxy`.