From 8d21f8eefb724b4241455726ffaf941df3b11e80 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Fri, 1 Sep 2023 23:21:35 -0700 Subject: [PATCH] doc --- src/ytdl_sub/plugins/audio_extract.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ytdl_sub/plugins/audio_extract.py b/src/ytdl_sub/plugins/audio_extract.py index b2ab5074..750429de 100644 --- a/src/ytdl_sub/plugins/audio_extract.py +++ b/src/ytdl_sub/plugins/audio_extract.py @@ -51,7 +51,7 @@ class AudioExtractOptions(OptionsDictValidator): def codec(self) -> str: """ The codec to output after extracting the audio. Supported codecs are aac, flac, mp3, m4a, - opus, vorbis, wav. + opus, vorbis, wav, and best to grab the best possible format at runtime. """ return self._codec