[chore] Added missing parameter to docstring.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Fabio Manganiello 2024-07-17 01:26:17 +02:00
parent 35c827ca4a
commit f55cacb2e3
Signed by: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -791,6 +791,8 @@ class MediaPlugin(RunnablePlugin, ABC):
:param timeout: Network timeout in seconds (default: 10).
:param sync: If set to True, the download will be synchronous and the
action will return only when the download is completed.
:param only_audio: If set to True, only the audio track will be downloaded
(only supported for yt-dlp-compatible URLs for now).
:param youtube_format: Override the default ``youtube_format`` setting.
:return: The absolute path to the downloaded file.
"""