Used in CBSLocal (#9522)
According to [1], valid values for TYPE are AUDIO, VIDEO, SUBTITLES and CLOSED-CAPTIONS. Such a value is found in Anvato master playlists, though I don't use _extract_m3u8_formats() in the end. Part of #9522. [1] https://tools.ietf.org/html/draft-pantos-http-live-streaming-19#section-4.3.4.1
For extractors who handle m3u8 manifests by themselves. (eg., AnvatoIE) Part of #9522
Found in http://www.cbc.ca/player/play/2657631896 Closes #5156
The URL http://www.cbc.ca/player/News/ID/2672225049/ (#6342) redirects to http://www.cbc.ca/player/play/2672224672, while youtube-dl wasn't able to handle it correctly.
[Makefile] delete thumbnails
Related: #6108, #8664, #9459
Originally reported at https://github.com/rg3/youtube-dl/pull/9287#issuecomment-219617864
It now uses brightcove
Fixes #7049, related to #9440
It's less fragile than using js_to_json with ora js
now JS object literals like { /* " */ 0: ",]\xaa<\/p>", } will be correctly converted to JSON.
[teamcoco] Fix base64 regexp
Don't hardcode errno constant
The value of ENOENT is architecture-dependent, so don't assume it's always 2.