summaryrefslogtreecommitdiffstats
path: root/player/lua
diff options
context:
space:
mode:
authorChrisK2 <spam@kalania.de>2014-11-26 17:41:15 +0100
committerChrisK2 <spam@kalania.de>2014-11-26 17:41:15 +0100
commit67f775bfbbb1d6c3094534e9d4956e3e847b491a (patch)
tree0aae89b1cd9de5cbae61479f75aa7adfbda6c720 /player/lua
parent13845cf6fe81b20ef21903ff4a0eae3fd5a4516a (diff)
downloadmpv-67f775bfbbb1d6c3094534e9d4956e3e847b491a.tar.bz2
mpv-67f775bfbbb1d6c3094534e9d4956e3e847b491a.tar.xz
ytdl: bump requrired youtube-dl version to 2014.11.26
Diffstat (limited to 'player/lua')
-rw-r--r--player/lua/ytdl_hook.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/lua/ytdl_hook.lua b/player/lua/ytdl_hook.lua
index 4029c46248..a4e7242df8 100644
--- a/player/lua/ytdl_hook.lua
+++ b/player/lua/ytdl_hook.lua
@@ -3,7 +3,7 @@ local msg = require 'mp.msg'
local ytdl = {
path = "youtube-dl",
- minver = "2014.11.09",
+ minver = "2014.11.26",
vercheck = nil,
}