1
0
Fork 0
peertube/server/helpers/youtube-dl/index.ts
Chocobozzz 62549e6c98
Rewrite youtube-dl import
Use python3 binary
Allows to use a custom youtube-dl release URL
Allows to use yt-dlp (youtube-dl fork)
Remove proxy config from configuration to use HTTP_PROXY and HTTPS_PROXY
env variables
2021-10-22 10:25:24 +02:00

3 lines
112 B
TypeScript

export * from './youtube-dl-cli'
export * from './youtube-dl-info-builder'
export * from './youtube-dl-wrapper'