From dcc732fd459e25f456b6fe5166098038d7b352ae Mon Sep 17 00:00:00 2001 From: Tobias Date: Sun, 11 Jan 2015 14:53:09 +0100 Subject: [PATCH] Update readme.md configuration block - for me the file path is `~/.config/youtube-dl.conf` which is more consistent with the second URL so I thing this is a good update - also updated the paragraph for readabilty by separating win and mac - also extracted the example line to show implicitly that multiple lines in the .conf file are ok. --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 006e8d709..dd56c37f2 100644 --- a/README.md +++ b/README.md @@ -348,7 +348,16 @@ which means you can modify it, redistribute it or use it however you like. # 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 `~/.config/youtube-dl/config`. On Windows, the configuration file locations are `%APPDATA%\youtube-dl\config.txt` and `C:\Users\\youtube-dl.conf`. +**On Mac:** You can configure youtube-dl by placing default arguments into `/etc/youtube-dl.conf` and/or `~/.config/youtube-dl.conf`. + +**On Windows:** The configuration file locations are `%APPDATA%\youtube-dl\config.txt` and `C:\Users\\youtube-dl.conf`. + +**Example youtube-dl.conf:** +To always extract the audio and not copy the mtime: +``` +--extract-audio +--no-mtime +``` # OUTPUT TEMPLATE