youtube-dl/youtube_dl/downloader
dirkf 26035bde46 [DashSegmentsFD] Correctly detect errors when fragment_retries == 0
* use the success flag instead of the retry count
* establish the fragment_url outside the retry loop
* only report skipping a fragment once.
* resolves #32033
2023-04-13 00:23:17 +01:00
..
__init__.py Ignore --external-downloader-args if --external-downloader was rejected 2022-03-25 14:47:26 +00:00
common.py [FragmentFD] Respect --no-continue 2023-03-14 16:23:20 +00:00
dash.py [DashSegmentsFD] Correctly detect errors when fragment_retries == 0 2023-04-13 00:23:17 +01:00
external.py [downloader] Let _ffmpeg_ handle DASH segments 2023-03-14 16:23:20 +00:00
f4m.py
fragment.py [FragmentFD] Respect --no-continue 2023-03-14 16:23:20 +00:00
hls.py
http.py [downloader/http] Only check for resumability when actually resuming 2023-03-19 02:15:41 +00:00
ism.py
niconico.py [niconico] Implement heartbeat for download 2022-02-05 02:47:21 +00:00
rtmp.py [utils, etc] Kill child processes when yt-dl is killed 2022-06-10 19:57:46 +01:00
rtsp.py