From f75692700e212f8d46afd9f41147f2baf0815fec Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 6 Jul 2022 16:15:47 +0200 Subject: Use yt-dlp by default It has more activity and they fix bugs more quickly --- config/default.yaml | 8 ++++---- config/production.yaml.example | 8 ++++---- config/test.yaml | 3 --- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/config/default.yaml b/config/default.yaml index 8458ee016..2c1b9c64f 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -511,11 +511,11 @@ import: # Examples: # * https://api.github.com/repos/ytdl-org/youtube-dl/releases # * https://api.github.com/repos/yt-dlp/yt-dlp/releases - url: 'https://yt-dl.org/downloads/latest/youtube-dl' + # * https://yt-dl.org/downloads/latest/youtube-dl + url: 'https://api.github.com/repos/yt-dlp/yt-dlp/releases' - # youtube-dl binary name - # yt-dlp is also supported - name: 'youtube-dl' + # Release binary name: 'yt-dlp' or 'youtube-dl' + name: 'yt-dlp' # Path to the python binary to execute for youtube-dl or yt-dlp python_path: '/usr/bin/python3' diff --git a/config/production.yaml.example b/config/production.yaml.example index 3da2421fe..3e4035eaa 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -521,11 +521,11 @@ import: # Examples: # * https://api.github.com/repos/ytdl-org/youtube-dl/releases # * https://api.github.com/repos/yt-dlp/yt-dlp/releases - url: 'https://yt-dl.org/downloads/latest/youtube-dl' + # * https://yt-dl.org/downloads/latest/youtube-dl + url: 'https://api.github.com/repos/yt-dlp/yt-dlp/releases' - # youtube-dl binary name - # yt-dlp is also supported - name: 'youtube-dl' + # Release binary name: 'yt-dlp' or 'youtube-dl' + name: 'yt-dlp' # Path to the python binary to execute for youtube-dl or yt-dlp python_path: '/usr/bin/python3' diff --git a/config/test.yaml b/config/test.yaml index 3e08f0ac8..9b24d44c0 100644 --- a/config/test.yaml +++ b/config/test.yaml @@ -120,9 +120,6 @@ 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