Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
extractors
|
|
|
|
|
|
|
|
|
|
|
|
|
|
extraction
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* [bandcamp] raise ExtractorError when track not streamable
* [bandcamp] update md5 for second test
* don't rely on json-data, but just check for 'file'
* don't rely on presence of 'file'
|
|
#9476)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Used in CBSLocal. Part of #9522
|
|
Changes made for SendtoNewsIE. Part of #9522
|
|
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
|
|
|
|
|
|
|
|
|
|
update tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|