mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2026-05-18 03:24:02 +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...