Matteo Cargnelutti 2023-04-21 12:02:31 -04:00
rodzic eb4e724beb
commit 369a9de708
3 zmienionych plików z 5 dodań i 5 usunięć

4
package-lock.json wygenerowano
Wyświetl plik

@ -1,12 +1,12 @@
{
"name": "thread-keeper",
"version": "0.0.6",
"version": "0.0.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "thread-keeper",
"version": "0.0.6",
"version": "0.0.7",
"hasInstallScript": true,
"license": "ISC",
"dependencies": {

Wyświetl plik

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

Wyświetl plik

@ -1,3 +1,3 @@
# Pulls yt-dlp (2023.02.17 version) and saves it in `executables`.
curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2023.02.17/yt-dlp > ../executables/yt-dlp;
# 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;
chmod a+x ../executables/yt-dlp;