MrS0m30n3
5a43d4a2dd
Rename data.py -> info.py. Also re-write docstrings
10 years ago
MrS0m30n3
f5137e95e9
Restore load_all_options() before optionsframe Show()
10 years ago
MrS0m30n3
3d11b503c4
Change filesize options under FILESYSTEM tab
10 years ago
MrS0m30n3
327a3704c7
Keep single instance of optionsframe
10 years ago
MrS0m30n3
c1c5d7a6d9
Rename module names to much PEP8
"Modules should have short, all-lowercase names.
Underscores can be used in the module name if it improves
readability."
10 years ago
MrS0m30n3
3a3d048b42
Fix subtitles tab bug
10 years ago
MrS0m30n3
48ac33e4ee
Refactor utils.py
10 years ago
MrS0m30n3
73ef2ce2a5
Refactor OptionsFrame.py
Rename all <Name>Panel to <Name>Tab
e.g. AudioPanel -> AudioTab
Now every Tab inherits from TabPanel class
TabPanel class contains all the methods to
create widgets, disable them, set the sizers etc
Moved almost all magic literals
(strings, numbers, etc) to class level
OtherTab:
Renamed to CMDTab
OutputTab:
Change output format pick from
checkbox to radiobutton
10 years ago
MrS0m30n3
0c81f9b6ef
Small refactor (LogManager.py)
Also fixed a bug:
When add_time was enabled clear() method would write
the time on the log instead of complete removing the
content
10 years ago
MrS0m30n3
a2a0d6fb49
Add missing icon on options panel
10 years ago
MrS0m30n3
4cba365a3f
Support more formats when mixing
Now you can combine more video formats under
Options>Video tab.
10 years ago
MrS0m30n3
6d200bd9a8
Remove 'clear dash files' option under video tab
https://github.com/rg3/youtube-dl/issues/2108#issuecomment-49556100
10 years ago
MrS0m30n3
be3b43edb1
Add more video formats
You can now find almost all the video formats
supported by youtube-dl
10 years ago
MrS0m30n3
db94abf62f
Fix no icon found on about dialog
10 years ago
MrS0m30n3
28a01eeb70
Refactor
10 years ago