mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-12 14:03:49 +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))
|
||||
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():
|
||||
|
||||
Reference in New Issue
Block a user