mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-03-09 12:50:23 -05:00
Fix formatting
This commit is contained in:
parent
8b8b6efba4
commit
5017bbf1a0
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
{ie_list}
|
||||
'''
|
||||
|
||||
|
||||
def main():
|
||||
out = '\n'.join(ie.description() for ie in list_extractor_classes() if ie.IE_DESC is not False)
|
||||
write_file(get_filename_args(), TEMPLATE.format(ie_list=out))
|
||||
|
|
Loading…
Reference in a new issue