jgreco/mpv-youtube-quality

Ctrl+F Not working

Opened this issue · 3 comments

I copied youtube-quality.lua to C:\Users\MNT\Desktop\MPV\mpv\scripts but not working please help

Copied to \AppData\Roaming\mpv\scripts still not working

copy to \AppData\Roaming\mpv\

Install yt-dlp
Change from:
local ytdl = {
path = "youtube-dl",
searched = false,
blacklisted = {}

to
local ytdl = {
path = "yt-dlp",
searched = false,
blacklisted = {}