]> jfr.im git - yt-dlp.git/commit
[downloader/mhtml] Add new downloader (#343)
authorfelix <redacted>
Sun, 23 May 2021 16:34:49 +0000 (18:34 +0200)
committerpukkandan <redacted>
Sun, 13 Jun 2021 15:06:40 +0000 (20:36 +0530)
commitcdb19aa4c254a1e4dea942f51d22790b7c99021c
treee30bdec6cec21fa0b78e93d0c97ffbb860bba837
parent4d85fbbdbba79aed7b73ea54b1bdc20d078961d4
[downloader/mhtml] Add new downloader (#343)

This downloader is intended to be used for streams that consist of a
timed sequence of stand-alone images, such as slideshows or thumbnail
streams

This can be used for implementing:

https://github.com/ytdl-org/youtube-dl/issues/4974#issue-58006762
https://github.com/ytdl-org/youtube-dl/issues/4540#issuecomment-69574231
https://github.com/ytdl-org/youtube-dl/pull/11185#issuecomment-335554239

https://github.com/ytdl-org/youtube-dl/issues/9868
https://github.com/ytdl-org/youtube-dl/pull/14951

Authored by: fstirlitz
yt_dlp/downloader/__init__.py
yt_dlp/downloader/mhtml.py [new file with mode: 0644]
yt_dlp/extractor/canvas.py
yt_dlp/extractor/common.py
yt_dlp/extractor/viki.py
yt_dlp/utils.py