aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-12-03 13:04:02 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-12-03 13:04:02 +0100
commit1b753cb3344837fb69e9bfde89d03161d33ba3ff (patch)
tree2d3bf93d72f0b371ae25ad0d814d4e2951f0123e /README.md
parent36a826a50dc5e53af8355f1233cc4f3ceba2e61b (diff)
downloadyoutube-dl-1b753cb3344837fb69e9bfde89d03161d33ba3ff.tar.xz
Add Windows configuration file locations (#1881)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 031e436b6..0ff6ff8b9 100644
--- a/README.md
+++ b/README.md
@@ -183,7 +183,7 @@ 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.conf`.
+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.conf`. On Windows, the configuration file locations are `%APPDATA%\youtube-dl\config` and `C:\Users\<Yourname>\youtube-dl.conf`.
# OUTPUT TEMPLATE