aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/youtube-dl
Commit message (Collapse)AuthorAgeFilesLines
* Ensure bin dir exists before dl youtube-dlChocobozzz2022-03-211-2/+4
|
* Fix max buffer size for youtube-dlChocobozzz2022-02-221-1/+1
|
* Fix CLI buildChocobozzz2022-02-091-1/+1
|
* Fix import timeout inconsistencyChocobozzz2022-02-092-30/+33
|
* Add additional checks when importing a videoChocobozzz2022-02-091-0/+49
|
* Give the ability to define python path for youtube-dl / yt-dlpFlorent2022-01-101-1/+2
|
* Fix error log of bad importChocobozzz2021-11-091-6/+8
|
* Don't write youtube-dl stdout in logChocobozzz2021-10-251-1/+1
| | | | It's too big
* Add peertube short link import testChocobozzz2021-10-221-2/+2
|
* Rewrite youtube-dl importChocobozzz2021-10-224-0/+490
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