From 47f7e3c27f9291d7b01318bcc6292c264ba90067 Mon Sep 17 00:00:00 2001 From: FalloNero Date: Sun, 13 Apr 2025 01:53:22 +0200 Subject: [PATCH 1/4] Create README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..762d87b --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +Simple lua script that wraps yt-dlp.exe into VLC +By default it requires yt-dlp.exe in the VLC directory but feel free to change it path in the script +Also uses a powershell command to hide the cmd window that appears meanwhile yt-dlp cooks the links, also it uses if found yt-dlp-silent.exe that just a c++ wrapper that does kinda the same without using powershell From 8a64b9be9a718dd670601155f98f6714729d3274 Mon Sep 17 00:00:00 2001 From: FalloNero Date: Sun, 13 Apr 2025 01:54:04 +0200 Subject: [PATCH 2/4] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 762d87b..23e66f0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ Simple lua script that wraps yt-dlp.exe into VLC By default it requires yt-dlp.exe in the VLC directory but feel free to change it path in the script -Also uses a powershell command to hide the cmd window that appears meanwhile yt-dlp cooks the links, also it uses if found yt-dlp-silent.exe that just a c++ wrapper that does kinda the same without using powershell +Also uses a powershell command to hide the cmd window that appears meanwhile yt-dlp cooks the links, + also it uses if found yt-dlp-silent.exe that just a c++ wrapper that does kinda the same without using powershell From b25b443508b26cf9e09598e0531dfe733a4ae846 Mon Sep 17 00:00:00 2001 From: FalloNero Date: Sun, 13 Apr 2025 01:54:19 +0200 Subject: [PATCH 3/4] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 23e66f0..08d944c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ Simple lua script that wraps yt-dlp.exe into VLC + By default it requires yt-dlp.exe in the VLC directory but feel free to change it path in the script + Also uses a powershell command to hide the cmd window that appears meanwhile yt-dlp cooks the links, - also it uses if found yt-dlp-silent.exe that just a c++ wrapper that does kinda the same without using powershell +also it uses if found yt-dlp-silent.exe that just a c++ wrapper that does kinda the same without using powershell From 6f711f89ca53bd98860839187d83694b17286d7b Mon Sep 17 00:00:00 2001 From: FalloNero Date: Sun, 13 Apr 2025 01:54:43 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08d944c..63d192e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Simple lua script that wraps yt-dlp.exe into VLC -By default it requires yt-dlp.exe in the VLC directory but feel free to change it path in the script +By default it requires yt-dlp.exe in the VLC directory but feel free to change its path in the script Also uses a powershell command to hide the cmd window that appears meanwhile yt-dlp cooks the links, also it uses if found yt-dlp-silent.exe that just a c++ wrapper that does kinda the same without using powershell