- Upgrade to yt-dlp [2023.02.17](https://github.com/yt-dlp/yt-dlp/releases/tag/2023.02.17)
- Version bump
pull/21/head
Matteo Cargnelutti 2023-02-27 10:58:54 -05:00
rodzic 06619c26ac
commit cf0e28fb63
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.5",
"version": "0.0.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "thread-keeper",
"version": "0.0.5",
"version": "0.0.6",
"hasInstallScript": true,
"license": "ISC",
"dependencies": {

Wyświetl plik

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

Wyświetl plik

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