mpv: don't force yt-dlp, as it's the default

This commit is contained in:
lelgenio 2022-11-17 17:19:31 -03:00
parent be64cd21eb
commit 4f675a7cac

View file

@ -4,7 +4,7 @@ _: {
enable = true;
config = {
# ytdl-format='best';
ytdl_path = "yt-dlp";
# ytdl_path = "yt-dlp";
ytdl-format = "bestvideo[height<=1080][vcodec!=vp9]+bestaudio/best";
ytdl-raw-options =
"cookies=~/.cache/cookies-youtube-com.txt,mark-watched=";