]> jfr.im git - yt-dlp.git/commit - yt_dlp/extractor/youtube.py
[core] Fix `filesize_approx` calculation (#9560)
authorsepro <redacted>
Sun, 31 Mar 2024 23:17:24 +0000 (01:17 +0200)
committerGitHub <redacted>
Sun, 31 Mar 2024 23:17:24 +0000 (04:47 +0530)
commit86e3b82261e8ebc6c6707c09544c9dfb8907c0fd
treee968d096859d9b8d6bf043fadf37401a84dfdee1
parente7b17fce14775bd2448695c8eb7379b8d31d3537
[core] Fix `filesize_approx` calculation (#9560)

Reverts 22e4dfacb61f62dfbb3eb41b31c7b69ba1059b80

Despite being documented as `Kbit/s`, the extractors/manifests were returning bitrates in SI units of kilobits/sec.

Authored by: seproDev, pukkandan
README.md
devscripts/changelog_override.json
yt_dlp/YoutubeDL.py
yt_dlp/extractor/common.py
yt_dlp/extractor/youtube.py
yt_dlp/utils/_utils.py