Give the ability to define python path for youtube-dl / yt-dlp

This commit is contained in:
Florent
2022-01-10 10:01:43 +01:00
committed by Chocobozzz
parent f332d502d5
commit 22c7778630
4 changed files with 10 additions and 2 deletions
+2 -1
View File
@@ -333,7 +333,8 @@ const CONFIG = {
YOUTUBE_DL_RELEASE: {
get URL () { return config.get<string>('import.videos.http.youtube_dl_release.url') },
get NAME () { return config.get<string>('import.videos.http.youtube_dl_release.name') }
get NAME () { return config.get<string>('import.videos.http.youtube_dl_release.name') },
get PYTHON_PATH () { return config.get<string>('import.videos.http.youtube_dl_release.python_path') }
},
get FORCE_IPV4 () { return config.get<boolean>('import.videos.http.force_ipv4') }