Age | Commit message (Collapse) | Author |
|
The new MIME type appears in the following places:
https://www.iana.org/assignments/media-types/media-types.xhtml#application
https://hg.python.org/cpython/file/tip/Lib/mimetypes.py
|
|
Using data URIs for passing the decrypted M3U8 manifest, which is
supported by ffmpeg only.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
E.g. do not match `property='og:video:type'` when `og:video` is requested.
|
|
|
|
|
|
|
|
Closes #7124.
|
|
Closes #7143.
|
|
|
|
Returning a list is deprecated.
|
|
|
|
|
|
Reported at
https://github.com/rg3/youtube-dl/pull/7126#issuecomment-147327584
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[vimeo] extract m3u8 manifest and bitrate
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|