1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-23 01:22:57 +07:00
Files
yt-dlp/youtube_dl/compat.py
fnord c9c854cea7 replace old compat_urllib_parse_unquote with backport from python3's function
* required unquote_to_bytes function ported as well
    (uses .decode('hex') instead of dynamically populated _hextobyte global)
  * required implicit conversion to bytes and/or unicode in places due to
    differing type assumptions in p3
2015-07-17 01:31:29 -05:00

16 KiB