1
0
Fork 0
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:
sepro 2025-02-16 17:31:35 +01:00
parent 8b8b6efba4
commit 5017bbf1a0

View file

@ -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))