Skip to content

Commit

Permalink
Add youtube-dl-wpf
Browse files Browse the repository at this point in the history
  • Loading branch information
Youxikong committed May 27, 2024
1 parent a2c0aa1 commit 08b2f7d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions bucket/youtube-dl-wpf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"version": "1.12.2",
"description": "A simple GUI wrapper for youtube-dl and yt-dlp.",
"homepage": "https://github.com/database64128/youtube-dl-wpf",
"license": "GPL-3.0-only",
"depends": "dotnet-sdk",
"url": "https://github.com/database64128/youtube-dl-wpf/releases/download/v1.12.2/youtube-dl-wpf-v1.12.2-windows.7z",
"hash": "B9F7C889FCC41323B67529A44DD298B3BD58F8EE089136DEDEF969B59DC99D97",
"post_install": [
"if (Test-Path $persist_dir\\Settings.json){",
" Move-Item -Path $persist_dir\\Settings.json -Destination $dir",
"}"
],
"uninstaller": {
"script": "Move-Item -Path $dir\\Settings.json -Destination $persist_dir"
},
"shortcuts": [
[
"youtube-dl-wpf.exe",
"youtube-dl-wpf"
]
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/database64128/youtube-dl-wpf/releases/download/v$version/youtube-dl-wpf-v$version-windows.7z"
}
}

0 comments on commit 08b2f7d

Please sign in to comment.