Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ctrl+F Not working #15

Open
jinxx0 opened this issue May 23, 2020 · 3 comments
Open

Ctrl+F Not working #15

jinxx0 opened this issue May 23, 2020 · 3 comments

Comments

@jinxx0
Copy link

jinxx0 commented May 23, 2020

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

@jinxx0
Copy link
Author

jinxx0 commented May 23, 2020

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

@secchipietro04
Copy link

copy to \AppData\Roaming\mpv\

@ulliss2015
Copy link

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants