mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-02-08 06:57:27 +00:00
Removed local imports and used module-level ones Switched to traverse_obj-based metadata unpacking Avoided overwriting resolution in formats; removed duration from format dicts Removed redundant max_downloads logic (handled by core) Replaced to_screen with report_warning for error in data_json Added expected_warnings for the third EducastIE test Handled missing content-disposition header Co-authored-by: Filipe Resendes <filipe.resendes@tecnico.ulisboa.pt>