mpv | only set speed to 1.77x for youtube

This commit is contained in:
Don Harper 2025-05-29 20:42:16 -05:00
parent 37764e7949
commit 10048f4534

View file

@ -34,7 +34,8 @@
# ytdl-raw-options = "no-playlist=";
};
profiles = {
"protocol.https" = {
utube = {
"profile-cond"="path:find('youtu%.?be')";
speed = 1.77;
keep-open = true;
};