Browse Source

Update TODO file & tags

doc-issue-template
MrS0m30n3 8 years ago
parent
commit
cec4418c7f
2 changed files with 3 additions and 2 deletions
  1. 2
      TODO
  2. 3
      youtube_dl_gui/optionsframe.py

2
TODO

@ -7,6 +7,7 @@ NEW_LAYOUT
* Adjust layout see #131
* Multiple items selection (ListCtrl)
* Change default video formats
* Labels back to gettext
GUI
===
@ -68,6 +69,7 @@ Other
* Use youtube-dl directly from python instead of using the subprocess module
* Script to automatically update file contents like version from .github/ISSUE_TEMPLATE.md file, AUTHORS file, etc..
* Non-Windows shutdown using D-Bus instead of 'shutdown'
* LogManager always write time
Invalid
=======

3
youtube_dl_gui/optionsframe.py

@ -34,8 +34,7 @@ from .formats import (
FORMATS
)
#TODO Adjust layout
#TODO Add labels to gettext
#TODO Move all formats, etc to formats.py
#REFACTOR Move all formats, etc to formats.py
class OptionsFrame(wx.Frame):

Loading…
Cancel
Save