Switch to yt-dlp (fixes #432)

youtube-dl has no new release since 2021
This commit is contained in:
Pierre Rudloff 2023-03-30 21:41:08 +02:00
parent 9564764633
commit 3e45f19682
No known key found for this signature in database
5 changed files with 20 additions and 28 deletions

View file

@ -1,6 +1,6 @@
---
# Path to your youtube-dl binary
youtubedl: vendor/ytdl-org/youtube-dl/youtube_dl/__main__.py
youtubedl: vendor/yt-dlp/yt-dlp/yt_dlp/__main__.py
# Path to your python binary
python: /usr/bin/python
@ -12,6 +12,8 @@ params:
- --flat-playlist
- --restrict-filenames
- --no-playlist
- --use-extractors
- default,-generic
# True to enable audio conversion
convert: false