Skip to content

Commit

Permalink
release_13
Browse files Browse the repository at this point in the history
  • Loading branch information
simon387 committed Aug 21, 2018
1 parent 879e38a commit 3ed3387
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ a youtube-dl graphic interface for Windows systems

+ very easy to use
+ do not require installation
+ use the update ("Aggiorna") button when not full working
+ use the Update button when not full working

![alt tag](https://user-images.githubusercontent.com/18740246/31381791-d29e376a-adb5-11e7-891a-4b83ade06782.png)
![alt tag](https://user-images.githubusercontent.com/18740246/44402475-2f0bbd80-a552-11e8-925f-ca99dfda68be.png)
1 change: 1 addition & 0 deletions dev.au3
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ShellExecute(@TempDir)
3 changes: 2 additions & 1 deletion ytdl.au3
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma compile(Icon, .\shell32_299.ico)
#pragma compile(Compression, 1)
#NoTrayIcon
#include "osFunctions.au3" ; #include <ButtonConstants.au3>;#include <EditConstants.au3>;Global Const $ES_AUTOVSCROLL = 64;Global Const $ES_AUTOHSCROLL = 128;Global Const $ES_READONLY = 2048;#include <GUIConstantsEx.au3>;Global Const $GUI_EVENT_CLOSE = -3;#include <StaticConstants.au3>;Global Const $GUI_ENABLE = 64;Global Const $GUI_DISABLE = 128;#include <WindowsConstants.au3>;Global Const $WS_HSCROLL = 0x00100000;Global Const $WS_VSCROLL = 0x00200000;Global Const $WS_CLIPSIBLINGS = 0x04000000;#include <Misc.au3>
_singleton(@ScriptName)
Expand Down Expand Up @@ -53,7 +54,7 @@ Func button_video_or_mp3_or_info_or_update_clicked()
FileInstall(".\ffmpeg.exe", @TempDir & "\ffmpeg.exe", 0)
FileInstall(".\ffplay.exe", @TempDir & "\ffplay.exe", 0)
FileInstall(".\ffprobe.exe", @TempDir & "\ffprobe.exe", 0)
FileInstall(".\msvcr100.dll", @TempDir & "\msvcr100.dll", 0);ShellExecute(@TempDir)
FileInstall(".\msvcr100.dll", @TempDir & "\msvcr100.dll", 0)
$sAudioParam = '-x --audio-quality 0 --audio-format mp3'
Case @GUI_CtrlId = $button_info
$sCommand = @TempDir & '\youtube-dl.exe -h'
Expand Down

0 comments on commit 3ed3387

Please sign in to comment.