From 3e4a995f6e7bf1f8b638e6cdf7805dbbcbf44659 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Sat, 22 Oct 2022 22:10:55 -0700 Subject: [PATCH] [DOCS] Fix file_convert yaml example --- src/ytdl_sub/plugins/file_convert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ytdl_sub/plugins/file_convert.py b/src/ytdl_sub/plugins/file_convert.py index 409a70ed..bdc1b07d 100644 --- a/src/ytdl_sub/plugins/file_convert.py +++ b/src/ytdl_sub/plugins/file_convert.py @@ -21,7 +21,7 @@ class FileConvertOptions(PluginOptions): presets: my_example_preset: - file_converter: + file_convert: convert_to: "mp4" """