mpv: don't force yt-dlp, as it's the default
This commit is contained in:
parent
be64cd21eb
commit
4f675a7cac
|
@ -4,7 +4,7 @@ _: {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config = {
|
||||||
# ytdl-format='best';
|
# ytdl-format='best';
|
||||||
ytdl_path = "yt-dlp";
|
# ytdl_path = "yt-dlp";
|
||||||
ytdl-format = "bestvideo[height<=1080][vcodec!=vp9]+bestaudio/best";
|
ytdl-format = "bestvideo[height<=1080][vcodec!=vp9]+bestaudio/best";
|
||||||
ytdl-raw-options =
|
ytdl-raw-options =
|
||||||
"cookies=~/.cache/cookies-youtube-com.txt,mark-watched=";
|
"cookies=~/.cache/cookies-youtube-com.txt,mark-watched=";
|
||||||
|
|
Loading…
Reference in a new issue