Dependencies update

Upgraded to yt-dlp 2023.06.22:
- https://github.com/yt-dlp/yt-dlp/releases/tag/2023.06.21
- https://github.com/yt-dlp/yt-dlp/releases/tag/2023.06.22

Misc npm update.

Project version bump.
pull/24/head
Matteo Cargnelutti 2023-06-22 10:37:23 -04:00
rodzic 5378426f31
commit 3da81296b5
3 zmienionych plików z 574 dodań i 5392 usunięć

5960
package-lock.json wygenerowano

Plik diff jest za duży Load Diff

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "thread-keeper",
"version": "0.0.7",
"version": "0.0.8",
"description": "",
"main": "app.js",
"type": "module",

Wyświetl plik

@ -1,3 +1,3 @@
# Pulls yt-dlp (2023.03.04 version) and saves it in `executables`.
curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2023.03.04/yt-dlp > ../executables/yt-dlp;
# Pulls yt-dlp (2023.06.22 version) and saves it in `executables`.
curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2023.06.22/yt-dlp > ../executables/yt-dlp;
chmod a+x ../executables/yt-dlp;