MrS0m30n3
ae266aaa0a
Change app icon
11 years ago
MrS0m30n3
97bb6ce6ef
Add "Already-Downloaded" videos on successful list
11 years ago
MrS0m30n3
8209418fa8
Don't print statistics if successful downloads are 0
11 years ago
MrS0m30n3
c8b14dba2a
Replace _remove_sensitive_data() with _get_options()
11 years ago
MrS0m30n3
e9f0b0c792
Reident
11 years ago
MrS0m30n3
9dd76c7214
Rearrange options tabs
11 years ago
MrS0m30n3
52f8513625
Redesign playlist panel
11 years ago
MrS0m30n3
8a36744c14
Save options when shuting down using shutdown option
11 years ago
MrS0m30n3
0a7d36ce35
Print statistics when done
11 years ago
MrS0m30n3
8efcc2e26d
Add downloading videos counter
11 years ago
MrS0m30n3
bddccee3a9
Change DownloadThread signals
11 years ago
MrS0m30n3
48a99f8934
Dont shutdown if stopped
11 years ago
MrS0m30n3
5b2650be59
Rearrange options tabs
11 years ago
MrS0m30n3
93868c8e24
Refactor code
rename YoutubeDLInterpreter -> YDLOptionsParser
pep8
etc..
11 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
11 years ago
MrS0m30n3
d97bf0d80a
Add 'youtube-dl is missing' pop-up
11 years ago
MrS0m30n3
4c8b2e9e91
Rearragne options tabs
11 years ago
MrS0m30n3
7b14183637
Change options frame width
11 years ago
MrS0m30n3
de517c008d
Add "shutdown when finished" option under Options>Shutdown
11 years ago
MrS0m30n3
5805aa38d8
Add "Restrict filenames" option under Options>Output
11 years ago
MrS0m30n3
33b0ff756b
Change DASH audio
Change "NO SOUND" to "none"
11 years ago
MrS0m30n3
1c006ef5c6
Remove more function wrappers
11 years ago
MrS0m30n3
0cb59fc217
Change options
Store options in dictionary
Write options to .json file
11 years ago
MrS0m30n3
89d66e72cb
Check if youtube-dl exist before downloading
11 years ago
MrS0m30n3
0f632128ac
Remove update tab
Keep youtube-dl under package dir
11 years ago
MrS0m30n3
27399e5321
Fix icon path
11 years ago
MrS0m30n3
9f252a486a
Fix close while downloading error
11 years ago
MrS0m30n3
961dcb5576
Reindent to 4-spaces
11 years ago
MrS0m30n3
cc0b2ad9a5
Change metadata info
11 years ago
MrS0m30n3
bc1714e58d
Add icon/youtube-dl-gui.png to source dist
11 years ago
MrS0m30n3
bcf432be78
Fix windows options frame size
11 years ago
MrS0m30n3
f9617124bd
Change audio quality under Options>Audio
11 years ago
MrS0m30n3
43be18ddc4
Change Options
Options>Filesystem
Add "Open destination folder when done"
Remove "ID as Name"
Add Options>Output
11 years ago
MrS0m30n3
5c5aa2d77c
Fix windows icon problem
11 years ago
MrS0m30n3
24bd055198
Rename SignalHandler.py -> OutputHandler.py
Rename SignalHandler.py -> OutputHandler.py
11 years ago
MrS0m30n3
31d2f07a84
Refactor Utils.py
11 years ago
MrS0m30n3
f3202a1cf3
Remove spaces from urls
11 years ago
MrS0m30n3
8919a7d838
Fix IndexError SignalHandler.py handle()
11 years ago
MrS0m30n3
9723c083e7
Add filename on Video column
11 years ago
MrS0m30n3
6c7d5e0b0a
Change reset function Options>General
11 years ago
MrS0m30n3
76cdb12c4d
Change wx.ListCtrl columns width dynamically
11 years ago
MrS0m30n3
957eb450a5
Change default parameters custom wx.ListCtrl
11 years ago
MrS0m30n3
e4cdb87cd5
Replace absolute positioning with sizers (Now MainFrame is resizable)
11 years ago
MrS0m30n3
b572753a7d
Remove Path,Size under Options>Log when log is disable
Remove Path,Size under Options>Log when log is disable
Remove Path,Size under Options>Log when log is disable
11 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
11 years ago
MrS0m30n3
e726538d98
Fixed icon path problem
11 years ago
MrS0m30n3
38b30ceea6
Fixed log manager init
11 years ago
MrS0m30n3
8652b4ce79
Version 0.3.2
Added LogManager.py
Added "Log" option under Options>Log
11 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
11 years ago
MrS0m30n3
ff369becf1
Removed popup before downloading
11 years ago