From f764483627cc9a721f114f78686a655c4f62acb8 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Fri, 7 Oct 2022 17:08:28 -0700 Subject: [PATCH] docstring --- src/ytdl_sub/plugins/file_convert.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/ytdl_sub/plugins/file_convert.py b/src/ytdl_sub/plugins/file_convert.py index 74ddd7f1..8b47bfc2 100644 --- a/src/ytdl_sub/plugins/file_convert.py +++ b/src/ytdl_sub/plugins/file_convert.py @@ -45,6 +45,11 @@ class FileConvertPlugin(Plugin[FileConvertOptions]): plugin_options_type = FileConvertOptions def ytdl_options(self) -> Optional[Dict]: + """ + Returns + ------- + ffmpeg video remuxing post processing dict + """ return { "postprocessors": [ {