Such XML documents cause DeprecationWarning if python is run with `-W error`
* [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'
Windows updating fixed in e9297256d4.
e9297256d4
%USERPROFILE% not in %PATH% by default.
Abort releaseing if pandoc is missing. (pandoc was not included in my essential app database, and thus missing on my new machine.)
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