aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/youtube-dl/youtube-dl-cli.ts
Commit message (Collapse)AuthorAgeFilesLines
* Limit import depending on transcoding resolutionsChocobozzz2022-08-091-11/+19
|
* Ensure bin dir exists before dl youtube-dlChocobozzz2022-03-211-2/+4
|
* Fix CLI buildChocobozzz2022-02-091-1/+1
|
* Fix import timeout inconsistencyChocobozzz2022-02-091-2/+11
|
* Give the ability to define python path for youtube-dl / yt-dlpFlorent2022-01-101-1/+2
|
* Don't write youtube-dl stdout in logChocobozzz2021-10-251-1/+1
| | | | It's too big
* Rewrite youtube-dl importChocobozzz2021-10-221-0/+198
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