yt-dlc/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
2021-06-13 20:36:40 +05:30
..
__init__.py [downloader/mhtml] Add new downloader (#343) 2021-06-13 20:36:40 +05:30
common.py [downloader] Fix `write_debug` 2021-05-19 17:34:17 +05:30
dash.py [hls,dash] When using `concurrent_fragment_downloads`, do not keep the fragment content in memory 2021-05-30 23:01:49 +05:30
external.py [downloader/ffmpeg] Hide FFmpeg banner unless in verbose mode (#372) 2021-06-06 00:59:04 +05:30
f4m.py Completely change project name to yt-dlp (#85) 2021-02-25 00:15:56 +05:30
fragment.py Add experimental option `--check-formats` to test the URLs before format selection 2021-05-06 20:50:44 +05:30
hls.py [hls] Decrypt fragment when reading from disk 2021-06-05 18:51:15 +05:30
http.py Completely change project name to yt-dlp (#85) 2021-02-25 00:15:56 +05:30
ism.py [downloader/ism] Support muxing TTML subtitles 2021-04-28 17:21:45 +05:30
mhtml.py [downloader/mhtml] Add new downloader (#343) 2021-06-13 20:36:40 +05:30
niconico.py [niconico] Fix HLS formats 2021-04-28 19:18:29 +05:30
rtmp.py More consistent warning messages (#173) 2021-03-20 09:34:52 +05:30
rtsp.py More consistent warning messages (#173) 2021-03-20 09:34:52 +05:30
youtube_live_chat.py [youtube_live_chat] fix bug when trying to set cookies 2021-03-23 17:53:36 +05:30