[utils] Deprecate number_of_digits (#17300)

Authored by: doe1080
This commit is contained in:
doe1080
2026-08-19 12:55:26 +09:00
committed by GitHub
parent 93a7a995e0
commit 4ce0e4d331
4 changed files with 7 additions and 7 deletions
+1
View File
@@ -396,6 +396,7 @@ banned-from = [
"yt_dlp.utils.intlist_to_bytes".msg = "Use `bytes` instead."
"yt_dlp.utils.jwt_encode_hs256".msg = "Use `yt_dlp.utils.jwt_encode` instead."
"yt_dlp.utils.make_dir".msg = "Use `yt_dlp.utils.make_parent_dirs` instead."
"yt_dlp.utils.number_of_digits".msg = "Do not use"
"yt_dlp.utils.decodeArgument".msg = "Do not use"
"yt_dlp.utils.decodeFilename".msg = "Do not use"
"yt_dlp.utils.encodeFilename".msg = "Do not use"