kopia lustrzana https://github.com/harvard-lil/archive.social
yt-dlp upgrade
- Upgrade to yt-dlp [2023.02.17](https://github.com/yt-dlp/yt-dlp/releases/tag/2023.02.17) - Version bumppull/21/head
rodzic
06619c26ac
commit
cf0e28fb63
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "thread-keeper",
|
"name": "thread-keeper",
|
||||||
"version": "0.0.5",
|
"version": "0.0.6",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "thread-keeper",
|
"name": "thread-keeper",
|
||||||
"version": "0.0.5",
|
"version": "0.0.6",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "thread-keeper",
|
"name": "thread-keeper",
|
||||||
"version": "0.0.5",
|
"version": "0.0.6",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "app.js",
|
"main": "app.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# Pulls yt-dlp (2023.01.06 version) and saves it in `executables`.
|
# Pulls yt-dlp (2023.02.17 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;
|
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;
|
chmod a+x ../executables/yt-dlp;
|
||||||
|
|
Ładowanie…
Reference in New Issue