Skip to content

Commit

Permalink
yt-dlp-nightly: Add version 2024.04.21.232710
Browse files Browse the repository at this point in the history
yt-dlp-master: Add version 2024.04.21.224157
  • Loading branch information
brian6932 committed Apr 25, 2024
1 parent 7cc9cc9 commit d14d574
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 6 deletions.
39 changes: 39 additions & 0 deletions bucket/yt-dlp-master.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"version": "2024.04.21.224157",
"description": "yt-dlp (official) master builds",
"homepage": "https://github.com/yt-dlp/yt-dlp-master-builds",
"license": "Freeware",
"suggest": {
"ffmpeg": "ffmpeg-nightly"
},
"architecture": {
"64bit": {
"url": "https://github.com/yt-dlp/yt-dlp-master-builds/releases/download/2024.04.21.224157/yt-dlp.exe",
"hash": "sha512:c49a3f8e6da8d27c1871770ad6e14b2e70c347a707ff6ec884ba086c9a92c8877f1df17694837c4e4f9c9802e5acb9d980f467bb64582c089a578b00fb656249"
},
"32bit": {
"url": "https://github.com/yt-dlp/yt-dlp-master-builds/releases/download/2024.04.21.224157/yt-dlp_x86.exe#/yt-dlp.exe",
"hash": "sha512:2a3b4f2caa31114422ccba3a024685b495bbf49a121d6d713b13bb2e4b9dbb723626b5a576de9de47cf75c78e0974b769b27aadf41c9c01be36e79ca8a5b65c4"
}
},
"bin": "yt-dlp.exe",
"pre_install": "$null = if (!(Test-Path \"$persist_dir/yt-dlp.conf\")) { New-Item \"$dir/yt-dlp.conf\" }",
"persist": [
"yt-dlp.conf",
"ytdlp_plugins"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/yt-dlp/yt-dlp-master-builds/releases/download/$version/yt-dlp.exe"
},
"32bit": {
"url": "https://github.com/yt-dlp/yt-dlp-master-builds/releases/download/$version/yt-dlp_x86.exe#/yt-dlp.exe"
}
},
"hash": {
"url": "$baseurl/SHA2-512SUMS"
}
}
}
12 changes: 6 additions & 6 deletions bucket/yt-dlp-nightly.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2024.04.13.232802",
"version": "2024.04.21.232710",
"description": "yt-dlp (official) nightly builds",
"homepage": "https://github.com/yt-dlp/yt-dlp-nightly-builds",
"license": "Freeware",
Expand All @@ -8,16 +8,16 @@
},
"architecture": {
"64bit": {
"url": "https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2024.04.13.232802/yt-dlp.exe",
"hash": "sha512:2dc7159a530972b8cc01089ddeb757a61d8a5cd9989b69586333662c6aefe51bdbd902fff77c9d561c12cfeff2470aae97605448870a25292fa72883b12d25ac"
"url": "https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2024.04.21.232710/yt-dlp.exe",
"hash": "sha512:203980e3084da106b20b2691eb43de9b6a8e4c42b09d596f8bfa67e9121e8f205d5a3006c14c06840b0b49611c4dd130c7241309d35f14ea217d8e95c6c7ef7b"
},
"32bit": {
"url": "https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2024.04.13.232802/yt-dlp_x86.exe#/yt-dlp.exe",
"hash": "sha512:d03e32a6ed5e5ca9eed1040ac5428c0886525d8bc232ae986fdfa52713ed58162660adb9c298b7ad92c66970a3d44b1d62da0232d091bd0313a34872ef78c625"
"url": "https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2024.04.21.232710/yt-dlp_x86.exe#/yt-dlp.exe",
"hash": "sha512:2ab84c0e106400c5cf44ca043332103ac0c592a96369842d64e696c67c4bdf12ea21bd9c2811ebd6ed771ec5ac75bd04b6d0b566c67ec4a6d12dc8e91955d2a4"
}
},
"bin": "yt-dlp.exe",
"pre_install": "$null = New-Item \"$dir/yt-dlp.conf\" -ErrorAction SilentlyContinue",
"pre_install": "$null = if (!(Test-Path \"$persist_dir/yt-dlp.conf\")) { New-Item \"$dir/yt-dlp.conf\" }",
"persist": [
"yt-dlp.conf",
"ytdlp_plugins"
Expand Down

0 comments on commit d14d574

Please sign in to comment.