diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 8 |
1 files changed, 4 insertions, 4 deletions
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: | |||
521 | # Examples: | 521 | # Examples: |
522 | # * https://api.github.com/repos/ytdl-org/youtube-dl/releases | 522 | # * https://api.github.com/repos/ytdl-org/youtube-dl/releases |
523 | # * https://api.github.com/repos/yt-dlp/yt-dlp/releases | 523 | # * https://api.github.com/repos/yt-dlp/yt-dlp/releases |
524 | url: 'https://yt-dl.org/downloads/latest/youtube-dl' | 524 | # * https://yt-dl.org/downloads/latest/youtube-dl |
525 | url: 'https://api.github.com/repos/yt-dlp/yt-dlp/releases' | ||
525 | 526 | ||
526 | # youtube-dl binary name | 527 | # Release binary name: 'yt-dlp' or 'youtube-dl' |
527 | # yt-dlp is also supported | 528 | name: 'yt-dlp' |
528 | name: 'youtube-dl' | ||
529 | 529 | ||
530 | # Path to the python binary to execute for youtube-dl or yt-dlp | 530 | # Path to the python binary to execute for youtube-dl or yt-dlp |
531 | python_path: '/usr/bin/python3' | 531 | python_path: '/usr/bin/python3' |