aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpukkandan <pukkandan@gmail.com>2021-02-28 20:55:32 +0530
committerpukkandan <pukkandan@gmail.com>2021-02-28 20:56:32 +0530
commitf0884c8b3f171f8794a011fd1cb5d53d1185efab (patch)
tree46c2d8b72eb2d309a1959d1867fab0f070dc6fed /README.md
parent277d6ff5f2bd4f142429def30d01df264eb7c922 (diff)
Cleanup some code (see desc)
* `--get-comments` doesn't imply `--write-info-json` if `-J`, `-j` or `--print-json` are used * Don't pass `config_location` to `YoutubeDL` (it is unused) * [bilibiliaudio] Recognize the file as audio-only * Update gitignore * Fix typos
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 4501ba426..0cc763491 100644
--- a/README.md
+++ b/README.md
@@ -652,7 +652,7 @@ Then simply run `make`. You can also run `make yt-dlp` instead to compile only t
similar syntax to the output template can
also be used. The parsed parameters replace
any existing values and can be use in
- output templateThis option can be used
+ output template. This option can be used
multiple times. Example: --parse-metadata
"title:%(artist)s - %(title)s" matches a
title like "Coldplay - Paradise". Example