[utils] Deprecate random_uuidv4 (#17301)

Authored by: doe1080
This commit is contained in:
doe1080
2026-08-19 15:42:14 +09:00
committed by GitHub
parent 4ce0e4d331
commit 0d1e029d14
4 changed files with 9 additions and 10 deletions
+1
View File
@@ -397,6 +397,7 @@ banned-from = [
"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.random_uuidv4".msg = "Use `str(uuid.uuid4())` instead."
"yt_dlp.utils.decodeArgument".msg = "Do not use"
"yt_dlp.utils.decodeFilename".msg = "Do not use"
"yt_dlp.utils.encodeFilename".msg = "Do not use"