X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=README.md;h=44332ea9ac0cf28cc7475078a7ccbfbd7566b988;hb=a2f9ca1e67e6b926957abe3b35a4d78355bef7d4;hp=41d0b79bc3ee02c5c4696d9cfa866e5b277a292a;hpb=aa7a455b2eb5a98190ac4695954787ded3fb5a0b;p=youtube-dl diff --git a/README.md b/README.md index 41d0b79bc..44332ea9a 100644 --- a/README.md +++ b/README.md @@ -103,9 +103,9 @@ which means you can modify it, redistribute it or use it however you like. (experimental) -6, --force-ipv6 Make all connections via IPv6 (experimental) - --cn-verification-proxy URL Use this proxy to verify the IP address for - some Chinese sites. The default proxy - specified by --proxy (or none, if the + --geo-verification-proxy URL Use this proxy to verify the IP address for + some geo-restricted sites. The default + proxy specified by --proxy (or none, if the options is not present) is used for the actual downloading. (experimental) @@ -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`.