From 5e836ece1febc0d5807a8b335fc0789b15ae0bc7 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Mon, 17 Jun 2013 14:30:36 +0300 Subject: [PATCH] FIX: media/spiegel.lua: title pattern (BACKPORTpt4) Other: * Add an additional title pattern to fall back to * Backported from maint-0.4 (20e95ca) Signed-off-by: Toni Gundogdu --- share/media/spiegel.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/share/media/spiegel.lua b/share/media/spiegel.lua index 0029208..492f1c3 100644 --- a/share/media/spiegel.lua +++ b/share/media/spiegel.lua @@ -41,7 +41,9 @@ function parse(qargs) qargs.thumb_url = p:match('"og:image" content="(.-)"') or '' - qargs.title = p:match('"spVideoTitle">(.-)<') or '' + qargs.title = p:match('"module%-title">(.-)