yt-dlp: Add version 2021.09.25 (#2610)

* yt-dlp: Add version 2021.08.10

* Update yt-dlp.json

* Updated version to 2021.09.25

Resolves #2606, #2701
Closes #2249
This commit is contained in:
Karan09 2021-09-28 02:07:53 +05:30 committed by GitHub
parent ee1aa6496f
commit b1425d9588
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

31
bucket/yt-dlp.json Normal file
View File

@ -0,0 +1,31 @@
{
"version": "2021.09.25",
"description": "A youtube-dl fork with additional features and fixes.",
"homepage": "https://github.com/yt-dlp/yt-dlp",
"license": "Unlicense",
"suggest": {
"vcredist": "extras/vcredist2010"
},
"architecture": {
"64bit": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2021.09.25/yt-dlp.exe",
"hash": "8EDF5E31E28C5E56DF3F87334D193CC777F241481BA091930EC53220B01C135D"
},
"32bit": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2021.09.25/yt-dlp_x86.exe#/yt-dlp.exe",
"hash": "E35BC18F766FD61ED46A42913F89680D5EA1D714135898EB6DF5CD9248213CCC"
}
},
"bin": "yt-dlp.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/$version/yt-dlp.exe"
},
"32bit": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/$version/yt-dlp_x86.exe#/yt-dlp.exe"
}
}
}
}