diff --git a/.config/mpv/scripts/youtube-quality.lua b/.config/mpv/scripts/youtube-quality.lua index b587f37..6ba23e0 100644 --- a/.config/mpv/scripts/youtube-quality.lua +++ b/.config/mpv/scripts/youtube-quality.lua @@ -161,7 +161,7 @@ function show_menu() end local ytdl = { - path = "youtube-dl", + path = "yt-dlp", searched = false, blacklisted = {} } @@ -190,7 +190,7 @@ function download_formats() local res = format_cache[url] return res, table_size(res) end - mp.osd_message("fetching available formats with youtube-dl...", 60) + mp.osd_message("Fetching available formats...", 60) if not (ytdl.searched) then local ytdl_mcd = mp.find_config_file("youtube-dl")