[utils] Properly handle list values in update_url()
authordirkf <fieldhouse@gmx.net>
Sun, 3 Sep 2023 00:18:22 +0000 (01:18 +0100)
committerdirkf <fieldhouse@gmx.net>
Sun, 3 Sep 2023 00:18:22 +0000 (01:18 +0100)
commitbbd3e7e9999877104e1e47a8ed49f3b90257f083
tree653c221802470df97db9d51da4a63980243bc1f8
parent21caaf23800c95451cec27dfac56df2c0f8de85a
[utils] Properly handle list values in update_url()

An actual list value in a query update could have been treated
as a list of values because of the key:list parse_qs format.
youtube_dl/utils.py