diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2012-11-26 23:24:55 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2012-11-26 23:24:55 +0100 |
commit | df4bad32454164552716da994f9a578178d918fd (patch) | |
tree | 9e6ea60d915ff6a8c611e2e8336b336502c04bf4 /README.md | |
parent | 92b91c18780938283c505f5662c458e049bf3567 (diff) |
Document configuration
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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? |