Kodi Community Forum

Full Version: Help with scraper, suddently broken
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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...player.xml
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).
(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