aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/server-commands/server/servers.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-08-09 11:09:06 +0200
committerChocobozzz <me@florianbigard.com>2023-08-09 11:09:06 +0200
commita8ca6190fb462bf6eb5685cfc1d8ae444164a487 (patch)
tree43678b5749d766312736f192bcf022ab2b534336 /shared/server-commands/server/servers.ts
parent04d1da5621d25d59bd5fa1543b725c497bf5d9a8 (diff)
downloadPeerTube-a8ca6190fb462bf6eb5685cfc1d8ae444164a487.tar.gz
PeerTube-a8ca6190fb462bf6eb5685cfc1d8ae444164a487.tar.zst
PeerTube-a8ca6190fb462bf6eb5685cfc1d8ae444164a487.zip
Fix youtube-dl tests
Diffstat (limited to 'shared/server-commands/server/servers.ts')
-rw-r--r--shared/server-commands/server/servers.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/server-commands/server/servers.ts b/shared/server-commands/server/servers.ts
index fe9da9e63..2621decf7 100644
--- a/shared/server-commands/server/servers.ts
+++ b/shared/server-commands/server/servers.ts
@@ -46,7 +46,7 @@ function getServerImportConfig (mode: 'youtube-dl' | 'yt-dlp') {
46 http: { 46 http: {
47 youtube_dl_release: { 47 youtube_dl_release: {
48 url: mode === 'youtube-dl' 48 url: mode === 'youtube-dl'
49 ? 'https://yt-dl.org/downloads/latest/youtube-dl' 49 ? 'https://api.github.com/repos/ytdl-org/youtube-dl/releases'
50 : 'https://api.github.com/repos/yt-dlp/yt-dlp/releases', 50 : 'https://api.github.com/repos/yt-dlp/yt-dlp/releases',
51 51
52 name: mode 52 name: mode