mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-01-23 23:04:05 +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