From 79802473456b201a8fe8b5a9e670aa5685d7a830 Mon Sep 17 00:00:00 2001 From: MrS0m30n3 Date: Sat, 15 Oct 2016 12:54:05 +0300 Subject: [PATCH] Fix option doc --- youtube_dl_gui/optionsmanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl_gui/optionsmanager.py b/youtube_dl_gui/optionsmanager.py index 30a12af..2791d9c 100644 --- a/youtube_dl_gui/optionsmanager.py +++ b/youtube_dl_gui/optionsmanager.py @@ -89,7 +89,7 @@ class OptionsManager(object): restrict_filenames (boolean): If True youtube-dl will restrict the downloaded file filename to ASCII characters only. - output_format (string): This option sets the downloaded file + output_format (int): This option sets the downloaded file output template. See formats.OUTPUT_FORMATS for more info. output_template (string): Can be any output template supported