Commit 8e82d024 authored by Ilkka Ollakka's avatar Ilkka Ollakka

appletrailers: fix arturl, seems that appletrailers-page changed littlebit

parent 94763831
......@@ -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" )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment