mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-05-03 14:06:07 +00:00
SyntaxError, great
This commit is contained in:
parent
f93fdcbc06
commit
cbf7b54532
@ -237,7 +237,8 @@ class _YoutubeDLOptionParser(optparse.OptionParser):
|
|||||||
result.append(formatter.format_option(option))
|
result.append(formatter.format_option(option))
|
||||||
formatter.dedent()
|
formatter.dedent()
|
||||||
formatter.dedent()
|
formatter.dedent()
|
||||||
return f'{formatted_help}\n{heading}{"\n".join(result)}'
|
help_lines = '\n'.join(result)
|
||||||
|
return f'{formatted_help}\n{heading}{help_lines}'
|
||||||
|
|
||||||
|
|
||||||
def create_parser():
|
def create_parser():
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user