Kodi Community Forum
Help with scraper, suddently broken - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Scrapers (https://forum.kodi.tv/forumdisplay.php?fid=60)
+--- Thread: Help with scraper, suddently broken (/showthread.php?tid=156195)



Help with scraper, suddently broken - gulp - 2013-02-14

Hi all,
i'm a mantainer of movieplayer.it scraper (http://forum.xbmc.org/showthread.php?tid=60585).
This scraper used to work (updating it when needed to follow movieplayer.it layout changes) till january 2013, then suddently all the call to functions of metadata.common.imdb.com (to acquire details from imdb) stopped to work.

I'm unable to find a solution, anyone can give me some help to find out where is the problem? Huh

here is the githup project https://github.com/KoTiX/movieplayer_film
and this is the last version of the scraper https://raw.github.com/KoTiX/movieplayer_film/master/movieplayer.xml


RE: Help with scraper, suddently broken - scudlee - 2013-02-15

Hmm... I had a quick test and it seemed to work fine for me. The only issue was the use of GetIMDBScaledCastById which no longer exists (should just be GetIMDBCastById now).


RE: Help with scraper, suddently broken - gulp - 2013-02-15

(2013-02-15, 16:51)scudlee Wrote: Hmm... I had a quick test and it seemed to work fine for me. The only issue was the use of GetIMDBScaledCastById which no longer exists (should just be GetIMDBCastById now).

you're right!
i did a fresh install on another pc, and the scraper works... the problem is on my pc, thank you!! Confused