You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
1 year ago
..
__init__.py Ignore --external-downloader-args if --external-downloader was rejected 2 years ago
common.py [FragmentFD] Respect `--no-continue` 1 year ago
dash.py [DashSegmentsFD] Correctly detect errors when `fragment_retries` == 0 1 year ago
external.py [downloader] Let _ffmpeg_ handle DASH segments 1 year ago
f4m.py Fix W504 and disable W503 (closes #20863) 5 years ago
fragment.py [FragmentFD] Respect `--no-continue` 1 year ago
hls.py [downloader/hls] Disable decryption in tests (#27660) 3 years ago
http.py [downloader/http] Only check for resumability when actually resuming 1 year ago
ism.py Fix typos (#21901) 5 years ago
niconico.py [niconico] Implement heartbeat for download 2 years ago
rtmp.py [utils, etc] Kill child processes when yt-dl is killed 2 years ago
rtsp.py [downloader/rtsp] Print the command 8 years ago