mirror of https://github.com/mpv-player/mpv
ytdl: bump requrired youtube-dl version to 2014.11.26
This commit is contained in:
parent
9984f4fffd
commit
8d4e6498c3
|
@ -3,7 +3,7 @@ local msg = require 'mp.msg'
|
|||
|
||||
local ytdl = {
|
||||
path = "youtube-dl",
|
||||
minver = "2014.11.09",
|
||||
minver = "2014.11.26",
|
||||
vercheck = nil,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue