youtube-dl: Change GitHub repository (#616)

This commit is contained in:
bb010g 2019-11-27 23:37:25 -08:00 committed by Jakub Čábera
parent 3aa1a4c2de
commit 3b010c25d8

View File

@ -1,7 +1,7 @@
{
"version": "2019.11.22",
"description": "Download videos from YouTube.com (and a few more sites) using command line.",
"homepage": "https://rg3.github.io/youtube-dl/",
"homepage": "https://ytdl-org.github.io/youtube-dl/",
"license": "Unlicense",
"suggest": {
"FFmpeg": [
@ -10,14 +10,14 @@
],
"vcredist": "extras/vcredist2010"
},
"url": "https://github.com/rg3/youtube-dl/releases/download/2019.11.22/youtube-dl.exe",
"url": "https://github.com/ytdl-org/youtube-dl/releases/download/2019.11.22/youtube-dl.exe",
"hash": "580f74bc64f2d73fb53be2a1a1185d9426631479dcc4941b144dca0f351fb920",
"bin": "youtube-dl.exe",
"checkver": {
"github": "https://github.com/rg3/youtube-dl"
"github": "https://github.com/ytdl-org/youtube-dl"
},
"autoupdate": {
"url": "https://github.com/rg3/youtube-dl/releases/download/$version/youtube-dl.exe",
"url": "https://github.com/ytdl-org/youtube-dl/releases/download/$version/youtube-dl.exe",
"hash": {
"url": "$baseurl/SHA2-256SUMS"
}