You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yt-dlp/yt_dlp/downloader
felix cdb19aa4c2
[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
3 years ago
..
__init__.py [downloader/mhtml] Add new downloader (#343) 3 years ago
common.py [downloader] Fix `write_debug` 3 years ago
dash.py [hls,dash] When using `concurrent_fragment_downloads`, do not keep the fragment content in memory 3 years ago
external.py [downloader/ffmpeg] Hide FFmpeg banner unless in verbose mode (#372) 3 years ago
f4m.py Completely change project name to yt-dlp (#85) 4 years ago
fragment.py Add experimental option `--check-formats` to test the URLs before format selection 3 years ago
hls.py [hls] Decrypt fragment when reading from disk 3 years ago
http.py Completely change project name to yt-dlp (#85) 4 years ago
ism.py [downloader/ism] Support muxing TTML subtitles 3 years ago
mhtml.py [downloader/mhtml] Add new downloader (#343) 3 years ago
niconico.py [niconico] Fix HLS formats 3 years ago
rtmp.py More consistent warning messages (#173) 4 years ago
rtsp.py More consistent warning messages (#173) 4 years ago
youtube_live_chat.py [youtube_live_chat] fix bug when trying to set cookies 4 years ago