mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-12 05:53:53 +03:00
SyntaxError, great
This commit is contained in:
+2
-1
@@ -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():
|
||||||
|
|||||||
Reference in New Issue
Block a user