mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00

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
3 lines
112 B
TypeScript
3 lines
112 B
TypeScript
export * from './youtube-dl-cli'
|
|
export * from './youtube-dl-info-builder'
|
|
export * from './youtube-dl-wrapper'
|