yt-dlp/yt_dlp/downloader
Lesmiscore 195c22840c
[downloader/fragment] Ignore FileNotFoundError when downloading livestreams
when `--live-from-start` is used for YouTube and the live ends, request for the last segment prematurely ends (or 404, 403).
this is causing lack of the file and `FileNotFoundError`
lacking segment doesn't have any data, so it's safe to ignore
2022-02-26 12:34:36 +09:00
..
__init__.py
common.py
dash.py
external.py
f4m.py
fc2.py
fragment.py [downloader/fragment] Ignore FileNotFoundError when downloading livestreams 2022-02-26 12:34:36 +09:00
hls.py
http.py
ism.py
mhtml.py
niconico.py
rtmp.py
rtsp.py
websocket.py
youtube_live_chat.py