]> jfr.im git - yt-dlp.git/commit
Add option `--throttled-rate` below which video data is re-extracted
authorpukkandan <redacted>
Tue, 22 Jun 2021 23:11:09 +0000 (04:41 +0530)
committerpukkandan <redacted>
Tue, 22 Jun 2021 23:59:58 +0000 (05:29 +0530)
commit51d9739f8031fb37d8e25b0e9f1abea561e3d2e3
tree4f28a3ed33c65d467535b502125b815650fcd8d9
parent4c7853de1495619e0ace5ba24503600d9e4f49a1
Add option `--throttled-rate` below which video data is re-extracted
Currently only for HTTP downloads

Closes #430, workaround for https://github.com/ytdl-org/youtube-dl/issues/29326
yt_dlp/YoutubeDL.py
yt_dlp/__init__.py
yt_dlp/downloader/common.py
yt_dlp/downloader/http.py
yt_dlp/options.py
yt_dlp/utils.py