1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-30 22:25:19 +00:00

Fix some typos and linter

This commit is contained in:
pukkandan
2021-04-01 14:16:10 +05:30
parent f4e4be19f0
commit b050d210df
6 changed files with 13 additions and 14 deletions

View File

@@ -1148,7 +1148,7 @@ def parseOpts(overrideArguments=None):
help=(
'Parse additional metadata like title/artist from other fields. '
'Give a template or field name to extract data from and the '
'format to interpret it as, seperated by a ":". '
'format to interpret it as, separated by a ":". '
'Either regular expression with named capture groups or a '
'similar syntax to the output template can be used for the FORMAT. '
'Similarly, the syntax for output template can be used for FIELD '