Use yt-dlp with mpv

This commit is contained in:
Marko Korhonen 2022-12-09 13:40:49 +02:00
parent 8805bf2dc3
commit 03ab3c278d
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -77,7 +77,7 @@ osd-bar-w=60 # width of " " "
osd-shadow-color="#11000000"
osd-fractions
# Protocol specific configuration
# Protocol specific configuration
[protocol.https]
cache=yes
user-agent='Mozilla/5.0 (X11; Linux x86_64; rv:72.0) Gecko/20100101 Firefox/72.0'
@ -108,3 +108,5 @@ ytdl-format="bestvideo[height<=720]+bestaudio/best[height<=720]"
ytdl-format="bestvideo[height<=2160]+bestaudio/best[height<=2160]"
[best]
ytdl-format="bestvideo+bestaudio"
script-opts-append=ytdl_hook-ytdl_path=yt-dlp