[utils] Minor updates (merge_dicts, T)
authordirkf <fieldhouse@gmx.net>
Wed, 3 May 2023 09:54:52 +0000 (10:54 +0100)
committerdirkf <fieldhouse@gmx.net>
Wed, 19 Jul 2023 21:14:50 +0000 (22:14 +0100)
commitcb9366eda584fde2421140adf994eadc5bb6b943
tree20e8c4ea9c491faf37ba944d034e60ee2cd2e2ef
parentd9d07a95815a992bf5f876a62f25c831eb3f32ac
[utils] Minor updates (merge_dicts, T)

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
youtube_dl/utils.py