docstring

This commit is contained in:
Jesse Bannon 2022-10-07 17:08:28 -07:00
parent 7dfbace4d1
commit f764483627

View file

@ -45,6 +45,11 @@ class FileConvertPlugin(Plugin[FileConvertOptions]):
plugin_options_type = FileConvertOptions plugin_options_type = FileConvertOptions
def ytdl_options(self) -> Optional[Dict]: def ytdl_options(self) -> Optional[Dict]:
"""
Returns
-------
ffmpeg video remuxing post processing dict
"""
return { return {
"postprocessors": [ "postprocessors": [
{ {