From 0afc46391621547549ad001cbda78a0941c1e1ca Mon Sep 17 00:00:00 2001 From: MrS0m30n3 Date: Sat, 15 Oct 2016 12:43:44 +0300 Subject: [PATCH] optionsframe.py: Update TODO tags --- youtube_dl_gui/optionsframe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl_gui/optionsframe.py b/youtube_dl_gui/optionsframe.py index 6422e7a..d681c86 100644 --- a/youtube_dl_gui/optionsframe.py +++ b/youtube_dl_gui/optionsframe.py @@ -32,6 +32,7 @@ from .formats import OUTPUT_FORMATS #TODO Adjust layout #TODO Set frame's min size #TODO Add labels to gettext +#TODO Move all formats, etc to formats.py class OptionsFrame(wx.Frame): @@ -326,7 +327,6 @@ class FormatsTab(TabPanel): VIDEO_FORMATS = read_formats() - #TODO Move those to separate file? AUDIO_FORMATS = ["mp3", "wav", "aac", "m4a", "vorbis", "opus"] def __init__(self, *args, **kwargs):