mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-01-31 20:17:43 +01: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