aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-03-02 15:51:41 +0100
committerChocobozzz <me@florianbigard.com>2022-03-02 15:51:41 +0100
commitbf521f51fc561b38d2e1432213a75427f671dda9 (patch)
tree254ca71fe81835681e2aab49cf9875609a8bf706 /config
parent77f811ced1cdf85c48dcdfeeceb90807bce0c851 (diff)
downloadPeerTube-bf521f51fc561b38d2e1432213a75427f671dda9.tar.gz
PeerTube-bf521f51fc561b38d2e1432213a75427f671dda9.tar.zst
PeerTube-bf521f51fc561b38d2e1432213a75427f671dda9.zip
Use yt-dlp for tests by default
Diffstat (limited to 'config')
-rw-r--r--config/test.yaml3
1 files changed, 3 insertions, 0 deletions
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:
120 concurrency: 2 120 concurrency: 2
121 http: 121 http:
122 enabled: true 122 enabled: true
123 youtube_dl_release:
124 url: 'https://api.github.com/repos/yt-dlp/yt-dlp/releases'
125 name: 'yt-dlp'
123 torrent: 126 torrent:
124 enabled: true 127 enabled: true
125 128