mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2026-04-25 08:13:23 +00:00
cb9366eda5
A couple of mods to ease yt-dlp back-ports:
* add kwargs to merge_dicts:
`unblank=True` (disallow empty string), `rev=False` (reverse the merge list)
* add `T(x)` shortcut for `{x}`, unsupported in Py2.6