1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-26 00:27:57 +00:00
youtube-dl/youtube_dl/downloader
Jille Timmermans 890f5a41b9 [hls downloader] Sleep 10 seconds after getting a 429 Too Many Requests
Otherwise the next retry will happen immediately, most likely also
getting a 429.
2022-08-14 11:36:56 +02:00
..
__init__.py Ignore --external-downloader-args if --external-downloader was rejected 2022-03-25 14:47:26 +00:00
common.py [downloader/common] Improve rate limit (#21301) 2019-06-05 03:06:35 +07:00
dash.py Fix typos (#21901) 2019-07-26 22:30:18 +07:00
external.py [utils, etc] Kill child processes when yt-dl is killed 2022-06-10 19:57:46 +01:00
f4m.py Fix W504 and disable W503 (closes #20863) 2019-05-11 03:57:40 +07:00
fragment.py [downloader/fragment] Set final file's mtime according to last fragment's Last-Modified header (closes #11718, closes #18384, closes #27138) 2020-11-24 04:17:24 +07:00
hls.py [hls downloader] Sleep 10 seconds after getting a 429 Too Many Requests 2022-08-14 11:36:56 +02:00
http.py [downloader/http] Fix crash during urlopen caused by missing reason of URLError 2020-11-21 04:22:21 +07: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