mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2026-03-31 10:09:18 +03:00
In `traverse_obj()`, use `compat_dict` to construct dicts, ensuring insertion order sort, but`compat_builtin_dict` to test for dict-iness...