diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 8 |
1 files changed, 4 insertions, 4 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: | |||
511 | # Examples: | 511 | # Examples: |
512 | # * https://api.github.com/repos/ytdl-org/youtube-dl/releases | 512 | # * https://api.github.com/repos/ytdl-org/youtube-dl/releases |
513 | # * https://api.github.com/repos/yt-dlp/yt-dlp/releases | 513 | # * https://api.github.com/repos/yt-dlp/yt-dlp/releases |
514 | url: 'https://yt-dl.org/downloads/latest/youtube-dl' | 514 | # * https://yt-dl.org/downloads/latest/youtube-dl |
515 | url: 'https://api.github.com/repos/yt-dlp/yt-dlp/releases' | ||
515 | 516 | ||
516 | # youtube-dl binary name | 517 | # Release binary name: 'yt-dlp' or 'youtube-dl' |
517 | # yt-dlp is also supported | 518 | name: 'yt-dlp' |
518 | name: 'youtube-dl' | ||
519 | 519 | ||
520 | # Path to the python binary to execute for youtube-dl or yt-dlp | 520 | # Path to the python binary to execute for youtube-dl or yt-dlp |
521 | python_path: '/usr/bin/python3' | 521 | python_path: '/usr/bin/python3' |