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
nikhil bb36a55c41
[nbcolympics:stream] Fix extractor
PR: https://github.com/ytdl-org/youtube-dl/pull/29688
Closes: #617, https://github.com/ytdl-org/youtube-dl/issues/29665

* Livestreams are untested
* If using ffmpeg as downloader, v4.3+ is needed since `-http_seekable` option is necessary
* Instead of making a seperate key for each arg that needs to be passed to ffmpeg, I made `_ffmpeg_args`
* This deprecates `_seekable`, but the option is kept for compatibility

Authored by: nchilada, pukkandan
3 years ago
..
__init__.py [downloader] Allow streaming unmerged formats to stdout using ffmpeg 3 years ago
common.py [downloader] Pass same status object to all `progress_hooks` 3 years ago
dash.py [cleanup] Fix linter in 96fccc101f 3 years ago
external.py [nbcolympics:stream] Fix extractor 3 years ago
f4m.py [downloader] Pass `info_dict` to `progress_hook`s 3 years ago
fragment.py [downloader] Pass `info_dict` to `progress_hook`s 3 years ago
hls.py [cleanup] Fix linter in 96fccc101f 3 years ago
http.py [downloader] Pass `info_dict` to `progress_hook`s 3 years ago
ism.py [downloader] Pass `info_dict` to `progress_hook`s 3 years ago
mhtml.py [downloader] Pass `info_dict` to `progress_hook`s 3 years ago
niconico.py [cleanup] Refactor some code 3 years ago
rtmp.py [downloader] Pass `info_dict` to `progress_hook`s 3 years ago
rtsp.py [downloader] Pass `info_dict` to `progress_hook`s 3 years ago
websocket.py [websockets] Add `WebSocketFragmentFD` (#399) 3 years ago
youtube_live_chat.py [downloader] Pass `info_dict` to `progress_hook`s 3 years ago