MrS0m30n3
1daa78cdb2
Rewrite OptionsParser.py
10 years ago
MrS0m30n3
48ac33e4ee
Refactor utils.py
10 years ago
MrS0m30n3
995d35bc55
Small Refactor (__init__.py)
10 years ago
MrS0m30n3
bfea7b6685
Small Refactor (OptionsManager.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
19632f7c79
Refactor MainFrame.py
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
7adb418e4f
Small refactor (DownloadObject.py)
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
689c748608
New app icons
10 years ago
Fironet
d8f9eaab3b
Updated filenames to match source
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
a811c05fb6
Add 48x48 icon
10 years ago
MrS0m30n3
db94abf62f
Fix no icon found on about dialog
10 years ago
Fironet
b8807b9fe4
New icons test
10 years ago
MrS0m30n3
28a01eeb70
Refactor
10 years ago
MrS0m30n3
a4d92c6eef
Add vorbis audio option
10 years ago
MrS0m30n3
659d7d7ac1
Small fixes
10 years ago
MrS0m30n3
8b6bc12a56
Fix LogPanel logger
10 years ago
MrS0m30n3
e39270aaf2
Fix ICO type problem
10 years ago
MrS0m30n3
06db25f217
Change OpenDLDir label
10 years ago
MrS0m30n3
f2ec244e1f
Change icons search algorithm
Change icon search algorithm
10 years ago
MrS0m30n3
d2406f33cd
Fix $XDG_DATA_DIRS None problem
10 years ago
MrS0m30n3
1ef6c8fac9
Search settings path for icons
10 years ago
MrS0m30n3
5894e46f03
Check if ICON is None
10 years ago
MrS0m30n3
fea6f8948e
Add icons search algorithm
10 years ago
MrS0m30n3
ce4d95654d
Remove 24,48,96 icons
10 years ago
MrS0m30n3
b91ed2d041
Add png icons
10 years ago
MrS0m30n3
ae266aaa0a
Change app icon
10 years ago
MrS0m30n3
97bb6ce6ef
Add "Already-Downloaded" videos on successful list
10 years ago
MrS0m30n3
8209418fa8
Don't print statistics if successful downloads are 0
10 years ago
MrS0m30n3
c8b14dba2a
Replace _remove_sensitive_data() with _get_options()
10 years ago
MrS0m30n3
e9f0b0c792
Reident
10 years ago
MrS0m30n3
683c4fbdc8
Remove newline from _write()
10 years ago
MrS0m30n3
9dd76c7214
Rearrange options tabs
10 years ago
MrS0m30n3
52f8513625
Redesign playlist panel
10 years ago
MrS0m30n3
8a36744c14
Save options when shuting down using shutdown option
10 years ago
MrS0m30n3
0a7d36ce35
Print statistics when done
10 years ago
MrS0m30n3
5811e9af03
Fix pre_process header on extract_data()
10 years ago
MrS0m30n3
8efcc2e26d
Add downloading videos counter
10 years ago
MrS0m30n3
bddccee3a9
Change DownloadThread signals
10 years ago
MrS0m30n3
48a99f8934
Dont shutdown if stopped
10 years ago
MrS0m30n3
5b2650be59
Rearrange options tabs
10 years ago
MrS0m30n3
93868c8e24
Refactor code
rename YoutubeDLInterpreter -> YDLOptionsParser
pep8
etc..
10 years ago
MrS0m30n3
8bc4b8a978
Rerite DownloadThread.py using DownloadObject
Remove OutputHandler.py
Now DownloadThread talks directly on
ListCtrl using write() method.
Add DownloadObject.py
Now DownloadObject is responsible for
downloading the video and not the
DownloadThread.
Replaced DownloadThread.ProcessWrapper with
DownloadThread.DownloadThread
10 years ago
MrS0m30n3
d97bf0d80a
Add 'youtube-dl is missing' pop-up
10 years ago
MrS0m30n3
c46446a364
Change config path as suggested on issue #10
LINUX: ~/.config/youtube-dlg/
WINDOWS: %APPDATA%\youtube-dlg\
10 years ago
MrS0m30n3
d12cb318c5
Filter sensitive data
10 years ago