Skip to content

Commit

Permalink
yt-dlp-(nightly|master): Add manifests (#1691)
Browse files Browse the repository at this point in the history
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
  • Loading branch information
brian6932 and niheaven authored May 16, 2024
1 parent c6b2f23 commit 831aeed
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 39 deletions.
39 changes: 0 additions & 39 deletions bucket/yt-dlp-daily.json

This file was deleted.

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.05.13.232520",
"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.05.13.232520/yt-dlp.exe",
"hash": "sha512:6132975d74e835516ea40fa999487855ebb6b382e116435791a00f7980b88438a4379dea6bc620be06ba0e03daba777e916dad223e63cc7e33a941c354da4137"
},
"32bit": {
"url": "https://github.com/yt-dlp/yt-dlp-master-builds/releases/download/2024.05.13.232520/yt-dlp_x86.exe#/yt-dlp.exe",
"hash": "sha512:00f619ffe51967bc756c44478c36eff3c6a54416e1c901bf8d39848ad2efdca29471d4754718970351dcbb23d4e11409ccb195850b85e3dda89b174da313cd5a"
}
},
"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"
}
}
}
39 changes: 39 additions & 0 deletions bucket/yt-dlp-nightly.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"version": "2024.05.13.232704",
"description": "yt-dlp (official) nightly builds",
"homepage": "https://github.com/yt-dlp/yt-dlp-nightly-builds",
"license": "Freeware",
"suggest": {
"ffmpeg": "ffmpeg-nightly"
},
"architecture": {
"64bit": {
"url": "https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2024.05.13.232704/yt-dlp.exe",
"hash": "sha512:e54e33752430662793994d50777cc2301f117c2ff8764de458fa0ddcc43e6d36afb4310a8567591e49097c3c7c562f089a0e7e5b63bb2852e72bfc7eacac8b85"
},
"32bit": {
"url": "https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2024.05.13.232704/yt-dlp_x86.exe#/yt-dlp.exe",
"hash": "sha512:274232751b4a80d0cbe755e6fb8dbc1995d195df69a6077a3688efc395c1fa3455fd319cb52c81f77849f6618e469e5a719b04f83b0d5369b599313ae285a196"
}
},
"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-nightly-builds/releases/download/$version/yt-dlp.exe"
},
"32bit": {
"url": "https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/$version/yt-dlp_x86.exe#/yt-dlp.exe"
}
},
"hash": {
"url": "$baseurl/SHA2-512SUMS"
}
}
}

0 comments on commit 831aeed

Please sign in to comment.