ytdl: bump requrired youtube-dl version to 2014.11.26

This commit is contained in:
ChrisK2 2014-11-26 17:41:15 +01:00 committed by Alessandro Ghedini
parent 9984f4fffd
commit 8d4e6498c3
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ local msg = require 'mp.msg'
local ytdl = {
path = "youtube-dl",
minver = "2014.11.09",
minver = "2014.11.26",
vercheck = nil,
}