mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-05-31 09:17:45 +00:00
py26: re.split can't take flags. use inline flags or re.compile py27: info_dict must be serializable. remove request object py335, py34: no urlparse module. use utils.compat_urlparse