Rewrite youtube-dl import

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
This commit is contained in:
Chocobozzz
2021-10-22 10:25:24 +02:00
parent a71d4140a5
commit 62549e6c98
30 changed files with 1089 additions and 1277 deletions
+1
View File
@@ -11,6 +11,7 @@ database:
# From the project root directory
storage:
tmp: 'test2/tmp/'
bin: 'test2/bin/'
avatars: 'test2/avatars/'
videos: 'test2/videos/'
streaming_playlists: 'test2/streaming-playlists/'