mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-03 19:09:58 -05: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