From e84bbd5cdcf3369a82d209052e0db5ea7a420d88 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Sun, 25 Sep 2011 22:05:40 +0300 Subject: [PATCH] Comment out the 'message' check in dailymotion.lua * http://is.gd/FaRu7w --- share/lua/website/dailymotion.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/lua/website/dailymotion.lua b/share/lua/website/dailymotion.lua index dafc8e1..32a585f 100644 --- a/share/lua/website/dailymotion.lua +++ b/share/lua/website/dailymotion.lua @@ -117,13 +117,13 @@ function Dailymotion.iter_formats(page, U) error(e) end seq = U.unescape(seq) - +--[[ local _,_,msg = seq:find('"message":"(.-)[<"]') if msg then msg = msg:gsub('+',' ') error(msg:gsub('\\','')) end - +]]-- local _,_,vpp = seq:find('"videoPluginParameters":{(.-)}') if not vpp then -- See also -- 2.11.4.GIT