support multi args for sanitize

This commit is contained in:
Jesse Bannon 2026-03-13 16:19:57 -07:00
parent 01e7cfdad7
commit 15c1bca780

View file

@ -837,7 +837,7 @@ behavior.
sanitize
~~~~~~~~
:spec: ``sanitize(value: AnyArgument) -> String``
:spec: ``sanitize(value: AnyArgument, ...) -> String``
Sanitize a string using yt-dlp's ``sanitize_filename`` method to ensure it's safe to use
for file/directory names on any OS.