diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index e254c2c28..2b0419535 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -446,6 +446,9 @@ import: | |||
446 | # yt-dlp is also supported | 446 | # yt-dlp is also supported |
447 | name: 'youtube-dl' | 447 | name: 'youtube-dl' |
448 | 448 | ||
449 | # Path to the python binary to execute for youtube-dl or yt-dlp | ||
450 | python_path: '/usr/bin/python3' | ||
451 | |||
449 | # IPv6 is very strongly rate-limited on most sites supported by youtube-dl | 452 | # IPv6 is very strongly rate-limited on most sites supported by youtube-dl |
450 | force_ipv4: false | 453 | force_ipv4: false |
451 | 454 | ||