mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-09-03 20:53:09 -05:00
Give the ability to define python path for youtube-dl / yt-dlp
This commit is contained in:
@@ -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') }
|
||||
|
||||
Reference in New Issue
Block a user