mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-29 03:53:59 -06:00
62549e6c98
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
4 lines
112 B
TypeScript
4 lines
112 B
TypeScript
export * from './youtube-dl-cli'
|
|
export * from './youtube-dl-info-builder'
|
|
export * from './youtube-dl-wrapper'
|