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