aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/youtube-dl
Commit message (Collapse)AuthorAgeFilesLines
* 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