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 |
MrS0m30n3
|
4c8b2e9e91
|
Rearragne options tabs
|
10 years ago |
MrS0m30n3
|
7b14183637
|
Change options frame width
|
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
|
a1fc6c4e65
|
Fix imports & add check_path()
|
10 years ago |
Henrique Pereira
|
bb3da2c0be
|
Updated utils.py
Correct names now inplace
|
10 years ago |
MrS0m30n3
|
efb3848773
|
Change youtube-dl download path
|
10 years ago |
MrS0m30n3
|
5105c5ebce
|
Remove youtube-dl
|
10 years ago |
Henrique Pereira
|
9fc2068b27
|
Removed function wrappers
No need to write wrappers if you can import them with custom names
|
10 years ago |
MrS0m30n3
|
89d66e72cb
|
Check if youtube-dl exist before downloading
|
10 years ago |
MrS0m30n3
|
2fe1a3dbca
|
Bump version 0.3.6
|
10 years ago |
MrS0m30n3
|
0f632128ac
|
Remove update tab
Keep youtube-dl under package dir
|
10 years ago |
MrS0m30n3
|
27399e5321
|
Fix icon path
|
10 years ago |
MrS0m30n3
|
5a6d1f7d76
|
Fix IOError when writing to settings file
|
10 years ago |
MrS0m30n3
|
9f252a486a
|
Fix close while downloading error
|
10 years ago |
MrS0m30n3
|
961dcb5576
|
Reindent to 4-spaces
|
10 years ago |
MrS0m30n3
|
cc0b2ad9a5
|
Change metadata info
|
10 years ago |
MrS0m30n3
|
bcf6579864
|
Remove icon_path()
|
10 years ago |
MrS0m30n3
|
bc1714e58d
|
Add icon/youtube-dl-gui.png to source dist
|
10 years ago |
MrS0m30n3
|
bcf432be78
|
Fix windows options frame size
|
11 years ago |
MrS0m30n3
|
b50c66b503
|
Bump version 0.3.5
|
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
|
e351ba8dae
|
Change settings file version check message
|
11 years ago |
MrS0m30n3
|
3ae8ccc4f8
|
Fix subprocess encoding
|
11 years ago |
MrS0m30n3
|
5c5aa2d77c
|
Fix windows icon problem
|
11 years ago |
MrS0m30n3
|
e1a62f0191
|
Refactor OutputHandler.py
|
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
|
d065a15801
|
Change version 0.3.4
|
11 years ago |
MrS0m30n3
|
3e435ddaec
|
Fix delay problem
|
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
|
3eb79d9855
|
Fixed DASH files remove error (Windows)
|
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 |