Use yt-dlp by default
It has more activity and they fix bugs more quickly
This commit is contained in:
parent
9452d4fd33
commit
f75692700e
|
@ -511,11 +511,11 @@ import:
|
||||||
# Examples:
|
# Examples:
|
||||||
# * https://api.github.com/repos/ytdl-org/youtube-dl/releases
|
# * https://api.github.com/repos/ytdl-org/youtube-dl/releases
|
||||||
# * https://api.github.com/repos/yt-dlp/yt-dlp/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
|
# Release binary name: 'yt-dlp' or 'youtube-dl'
|
||||||
# yt-dlp is also supported
|
name: 'yt-dlp'
|
||||||
name: 'youtube-dl'
|
|
||||||
|
|
||||||
# Path to the python binary to execute for youtube-dl or yt-dlp
|
# Path to the python binary to execute for youtube-dl or yt-dlp
|
||||||
python_path: '/usr/bin/python3'
|
python_path: '/usr/bin/python3'
|
||||||
|
|
|
@ -521,11 +521,11 @@ import:
|
||||||
# Examples:
|
# Examples:
|
||||||
# * https://api.github.com/repos/ytdl-org/youtube-dl/releases
|
# * https://api.github.com/repos/ytdl-org/youtube-dl/releases
|
||||||
# * https://api.github.com/repos/yt-dlp/yt-dlp/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
|
# Release binary name: 'yt-dlp' or 'youtube-dl'
|
||||||
# yt-dlp is also supported
|
name: 'yt-dlp'
|
||||||
name: 'youtube-dl'
|
|
||||||
|
|
||||||
# Path to the python binary to execute for youtube-dl or yt-dlp
|
# Path to the python binary to execute for youtube-dl or yt-dlp
|
||||||
python_path: '/usr/bin/python3'
|
python_path: '/usr/bin/python3'
|
||||||
|
|
|
@ -120,9 +120,6 @@ import:
|
||||||
concurrency: 2
|
concurrency: 2
|
||||||
http:
|
http:
|
||||||
enabled: true
|
enabled: true
|
||||||
youtube_dl_release:
|
|
||||||
url: 'https://api.github.com/repos/yt-dlp/yt-dlp/releases'
|
|
||||||
name: 'yt-dlp'
|
|
||||||
torrent:
|
torrent:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user