Merge branch 'master' of github.com:rg3/youtube-dl
[youtube-dl] / README.md
index e7a8f0fa8a2412d6c4be638c2a429f403c508255..ad3e3b3868102105d044019437d4d9751d01bb76 100644 (file)
--- a/README.md
+++ b/README.md
@@ -102,6 +102,10 @@ which means you can modify it, redistribute it or use it however you like.
     -k, --keep-video         keeps the video file on disk after the post-
                              processing; the video is erased by default
 
+# CONFIGURATION
+
+You can configure youtube-dl by placing default arguments (such as `--extract-audio --no-mtime` to always extract the audio and not copy the mtime) into `/etc/youtube-dl.conf` and/or `~/.local/config/youtube-dl.conf`.
+
 # FAQ
 
 ### Can you please put the -b option back?