mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-05-31 19:51:26 +00:00
The byte string-format should be applied after the sanitization is done, as sanitize might replace a single byte character with a multi-byte one, e.g. '/' with '⧸', making the resulting string go over the desired byte limit. Fixes #10060