mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2026-04-25 08:13:23 +00:00
7a488f7fae
In `traverse_obj()`, use `compat_dict` to construct dicts, ensuring insertion order sort, but`compat_builtin_dict` to test for dict-iness...