MrS0m30n3
c8b14dba2a
Replace _remove_sensitive_data() with _get_options()
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
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
MrS0m30n3
de517c008d
Add "shutdown when finished" option under Options>Shutdown
10 years ago
MrS0m30n3
5805aa38d8
Add "Restrict filenames" option under Options>Output
10 years ago
MrS0m30n3
33b0ff756b
Change DASH audio
Change "NO SOUND" to "none"
10 years ago
MrS0m30n3
1c006ef5c6
Remove more function wrappers
10 years ago
MrS0m30n3
0cb59fc217
Change options
Store options in dictionary
Write options to .json file
10 years ago
MrS0m30n3
efb3848773
Change youtube-dl download path
10 years ago
MrS0m30n3
0f632128ac
Remove update tab
Keep youtube-dl under package dir
10 years ago
MrS0m30n3
5a6d1f7d76
Fix IOError when writing to settings file
10 years ago
MrS0m30n3
961dcb5576
Reindent to 4-spaces
10 years ago
MrS0m30n3
f9617124bd
Change audio quality under Options>Audio
10 years ago
MrS0m30n3
43be18ddc4
Change Options
Options>Filesystem
Add "Open destination folder when done"
Remove "ID as Name"
Add Options>Output
10 years ago
MrS0m30n3
e351ba8dae
Change settings file version check message
10 years ago
MrS0m30n3
365e1a49a3
Version 0.3.3
Refactor code
Fix DASH to Audio bug
When "Clear DASH audio/video files"
option was enable. Youtube-dlG would
also remove audio output files
*.mp3, *.wav, etc..
SignalHandler.py
Add DataPack class
Add OutputHandler class
DownloadThread.py
Now OutputHandler handles the stdout
Reduce user input errors:
OptionsHandler.py
Change to int
--> startTrack, endTrack, maxDownloads, retries
YoutubeDLInterpreter.py
Remove empty string check
--> startTrack, endTrack, maxDownloads, retries
YoutubeDLGUI.py
Change wx.TextCtrl to wx.SpinCtrl
--> startTrack, endTrack, maxDownloads, retries
Add check_input function for
--> maxFileSize, minFileSize
10 years ago
MrS0m30n3
8652b4ce79
Version 0.3.2
Added LogManager.py
Added "Log" option under Options>Log
10 years ago
MrS0m30n3
7367cf874e
Version 0.3.1
Re-designed options frame
Changed "highest available" video format to "default"
Fixed password bug
Fixed "Download subtitle file by languages" bug
Removed Options
Rate Limit
Added Options
Embed Subtitles to mp4
Video Password (Vimeo etc..)
Added version check for settings file
10 years ago
MrS0m30n3
dbe147ab62
Changed default config path to $HOME/.youtube-dl-gui & removed startup popup
10 years ago
MrS0m30n3
7a233e0b47
Fixed new line problem on settings file
10 years ago
MrS0m30n3
23c51b1d56
Fixed old settings file problem, os.makedirs(~) problem
10 years ago
MrS0m30n3
a6bb300be4
Fixed issue #3
10 years ago
MrS0m30n3
037fda4c05
Fixed issue #1
10 years ago
MrS0m30n3
1a86e62aa2
Unicode support
10 years ago
MrS0m30n3
1ca60f921f
first commit
10 years ago