1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-01-22 07:39:56 +01:00
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 [fc2:live] Add extractor (#2418) 2022-02-25 11:16:23 +09:00
common.py Add option --file-access-retries (#2066) 2021-12-23 07:59:03 +05:30
dash.py [dash] Fix --test 2021-12-23 03:34:18 +05:30
external.py [aria2c] Add --http-accept-gzip=true 2022-02-18 18:03:20 +05:30
f4m.py [dash,youtube] Download live from start to end (#888) 2021-12-20 11:36:46 +05:30
fc2.py [fc2:live] Add extractor (#2418) 2022-02-25 11:16:23 +09:00
fragment.py [downloader/fragment] Ignore FileNotFoundError when downloading livestreams 2022-02-26 12:34:36 +09:00
hls.py
http.py Add option --file-access-retries (#2066) 2021-12-23 07:59:03 +05:30
ism.py
mhtml.py Fix --check-formats for mhtml 2021-11-20 08:33:55 +05:30
niconico.py
rtmp.py
rtsp.py
websocket.py [websocket] Make syntax error in websockets module non-fatal 2022-02-04 12:02:01 +05:30
youtube_live_chat.py