diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 0ce0b9d0e..893ccc33e 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -454,6 +454,9 @@ import: | |||
454 | # yt-dlp is also supported | 454 | # yt-dlp is also supported |
455 | name: 'youtube-dl' | 455 | name: 'youtube-dl' |
456 | 456 | ||
457 | # Path to the python binary to execute for youtube-dl or yt-dlp | ||
458 | python_path: '/usr/bin/python3' | ||
459 | |||
457 | # IPv6 is very strongly rate-limited on most sites supported by youtube-dl | 460 | # IPv6 is very strongly rate-limited on most sites supported by youtube-dl |
458 | force_ipv4: false | 461 | force_ipv4: false |
459 | 462 | ||