mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-01-10 04:25:53 +01:00
16974726a4
Major changes: - Make a downloader for live timeshift videos. Time-based download rate limit applies. RetryManager-based error recovery applies. - Fix the incorrect url for WebSocket reconnection. - Correctly close the WebSocket connection. - [!] Apply "FFmpegFixupM3u8PP" for both non-timeshift and timeshift MPEG-TS files by adding "m3u8_*" prefixes and inheriting from "HlsFD". - [!] Change the protocol from "hls+fmp4" to "hls" in "startWatching" WebSocket requests because I didn't see it in my test. Minor changes: - Support metadata extraction when no formats. - Set "live_status" instead of "is_live". - Clean up "info_dict": Change WebSocket configs to private to hide them from users; extract common fields and remove unused ones. - Update a download test. |
||
---|---|---|
.. | ||
__init__.py | ||
common.py | ||
dash.py | ||
external.py | ||
f4m.py | ||
fc2.py | ||
fragment.py | ||
hls.py | ||
http.py | ||
ism.py | ||
mhtml.py | ||
niconico.py | ||
rtmp.py | ||
rtsp.py | ||
websocket.py | ||
youtube_live_chat.py |