Browse Source

[README.md] Fix typo

totalwebcasting
Sergey M 9 years ago
parent
commit
8d0a2a2a4e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -513,7 +513,7 @@ The current default template is `%(title)s-%(id)s.%(ext)s`.
In some cases, you don't want special characters such as 中, spaces, or &, such as when transferring the downloaded filename to a Windows system or the filename through an 8bit-unsafe channel. In these cases, add the `--restrict-filenames` flag to get a shorter title:
Examples (note on Windows you may need to use double quotes instead of single)::
Examples (note on Windows you may need to use double quotes instead of single):
```bash
$ youtube-dl --get-filename -o '%(title)s.%(ext)s' BaW_jenozKc


Loading…
Cancel
Save