mirror of
https://gitlab.com/ytdl-org/youtube-dl.git
synced 2025-08-02 16:25:29 -04:00
encode_dict functionality has been improved and moved directly into compat_urllib_parse_urlencode All occurrences of compat_urllib_parse.urlencode throughout the codebase have been replaced by compat_urllib_parse_urlencode Closes #8974