support multi args for sanitize
This commit is contained in:
parent
01e7cfdad7
commit
15c1bca780
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue