Complete implementation

This commit is contained in:
7x11x13
2025-01-07 13:44:12 -05:00
parent 9eb3124219
commit 8c01f4a92d
4 changed files with 62 additions and 7 deletions
+2
View File
@@ -886,6 +886,8 @@ def parse_options(argv=None):
'max_downloads': opts.max_downloads,
'prefer_free_formats': opts.prefer_free_formats,
'trim_file_name': opts.trim_file_name,
'max_file_name': opts.max_file_name,
'filesystem_encoding': opts.filesystem_encoding,
'verbose': opts.verbose,
'dump_intermediate_pages': opts.dump_intermediate_pages,
'write_pages': opts.write_pages,