for my own little project - where do you scrape the trailer info for a movie from IMDB from? I can't make sense of the XBMC xml file in this area, maybe I am too dim for this.
billyad2000 Admin
Posts : 1326 Join date : 2008-09-20
Subject: Re: Trailer info Mon Apr 27, 2009 3:00 pm
This takes you to the page that links directly to the video, the link to download will look something like: http%3A%2F%2Fwww.totaleclips.com%2FPlayer%2FBounce.aspx%3Feclipid%3De46293%26bitrateid%3D314%26vendorid%3D102%26type%3D.flv Replace the codes with: %3A = ':' %2F = '/' %3F = '?' %3D = '=' %26 = '&' Leaves you with a link to the file: http://www.totaleclips.com/Player/Bounce.aspx?eclipid=e46293&bitrateid=314&vendorid=102&type=.flv
rernst99 Junior Member
Posts : 14 Join date : 2008-11-13
Subject: Re: Trailer info Mon Apr 27, 2009 4:37 pm
This takes you to the page that links directly to the video, the link to download will look something like: http%3A%2F%2Fwww.totaleclips.com%2FPlayer%2FBounce.aspx%3Feclipid%3De46293%26bitrateid%3D314%26vendorid%3D102%26type%3D.flv Replace the codes with: %3A = ':' %2F = '/' %3F = '?' %3D = '=' %26 = '&' Leaves you with a link to the file: http://www.totaleclips.com/Player/Bounce.aspx?eclipid=e46293&bitrateid=314&vendorid=102&type=.flv
Ah, thanks a lot. I saw the first link and I saw the next page but then somehow didn't find the clip name.