1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-20 03:59:32 +00:00
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 Fix W504 and disable W503 (closes #20863) 2019-05-11 03:57:40 +07:00
fragment.py [FragmentFD] Respect --no-continue 2023-03-14 16:23:20 +00:00
hls.py [downloader/hls] Disable decryption in tests (#27660) 2021-01-05 01:24:01 +07:00
http.py [downloader/http] Only check for resumability when actually resuming 2023-03-19 02:15:41 +00:00
ism.py Fix typos (#21901) 2019-07-26 22:30:18 +07:00
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 [downloader/rtsp] Print the command 2016-04-14 15:07:31 +08:00