From bf521f51fc561b38d2e1432213a75427f671dda9 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 2 Mar 2022 15:51:41 +0100 Subject: Use yt-dlp for tests by default --- config/test.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') diff --git a/config/test.yaml b/config/test.yaml index 99bf85143..6887523ae 100644 --- a/config/test.yaml +++ b/config/test.yaml @@ -120,6 +120,9 @@ import: concurrency: 2 http: enabled: true + youtube_dl_release: + url: 'https://api.github.com/repos/yt-dlp/yt-dlp/releases' + name: 'yt-dlp' torrent: enabled: true -- cgit v1.2.3