]> jfr.im git - yt-dlp.git/commit
Add format type `B` for outtmpl to treat the value as bytes
authorpukkandan <redacted>
Fri, 17 Sep 2021 18:16:17 +0000 (23:46 +0530)
committerpukkandan <redacted>
Fri, 17 Sep 2021 18:41:11 +0000 (00:11 +0530)
commitf5aa5cfbffeea9352ace141707f35c86f5e11b89
tree5e56f7bea9db56875e20d3641dc5c76b0ac4a507
parentf1f6ca78b439343aa3f8ef44f803befd682a3d37
Add format type `B` for outtmpl to treat the value as bytes

This is useful to limit the filename to a certain number of bytes rather than characters
Closes #1003
README.md
test/test_YoutubeDL.py
yt_dlp/YoutubeDL.py