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.
yt-dlp/yt_dlp/utils
sepro 86e3b82261
[core] Fix `filesize_approx` calculation (#9560)
Reverts 22e4dfacb6

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

Authored by: seproDev, pukkandan
2 months ago
..
__init__.py [compat] Ensure submodules are imported correctly 11 months ago
_deprecated.py [compat, networking] Deprecate old functions (#2861) 11 months ago
_legacy.py [cleanup] Misc (#8968) 3 months ago
_utils.py [core] Fix `filesize_approx` calculation (#9560) 2 months ago
networking.py [networking] Strip whitespace around header values (#8802) 5 months ago
progress.py [fd/fragment] Improve progress calculation (#8241) 8 months ago
traversal.py [utils] `traverse_obj`: Allow unbranching using `all` and `any` (#9571) 2 months ago