From 8e82d024ca0136b6b849910fd48c18a3de42eb16 Mon Sep 17 00:00:00 2001 From: Ilkka Ollakka Date: Thu, 27 May 2010 20:45:15 +0300 Subject: [PATCH] appletrailers: fix arturl, seems that appletrailers-page changed littlebit --- share/lua/sd/appletrailers.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/share/lua/sd/appletrailers.lua b/share/lua/sd/appletrailers.lua index 3fd25a87d6..92beddab99 100644 --- a/share/lua/sd/appletrailers.lua +++ b/share/lua/sd/appletrailers.lua @@ -39,6 +39,7 @@ function main() if string.match( line, "title" ) then title = vlc.strings.resolve_xml_special_chars( find( line, "title\":\"(.-)\"")) art = find( line, "poster\":\"(.-)\"") + art = "http://trailers.apple.com"..art url = find( line, "url\":\"(.-)\"") playlist = vlc.stream( "http://trailers.apple.com"..url.."includes/playlists/web.inc" ) -- 2.39.2