2010-01-03, 14:27
Thanks rufus210. I Did exactly what you said and now IMDB scraping is working again. Thanks a million!!!
jgora Wrote:does that mean you will need to have mozilla firefox installed? - apologies if that is an obvious question
spiff Wrote:Code:<RegExp input="$$1" output="<url>http://akas.imdb.com/find?s=tt;q=\1$$4|User-Agent=Mozilla%2F5.0%20(X11%3B%20U%3B%20Linux%20i686%3B%20en-US%3B%20rv%3A1.8.1.14)%20Gecko%2F20080418%20Ubuntu%2F7.10%20(gutsy)%20Firefox%2F2.0.0.14</url>" dest="3">
rufus210 Wrote:Spiff: Thanks, this works.
ChrisWad: find system/scrapers/video/imdb.xml where you installed XBMC to. Open up the file with a text editor. Line 46 should contain "http://akas.imdb.com/find" (it's the only instance of "find" in the file). Replace the original line with the one Spiff posted.
RckStr Wrote:Anyone know where this file is located on the mac xbmc? I cant seen to find it
Gooner14 Wrote:I'm not sure if it's pulling down all the plot details and cast etc? Most of my descriptions end with '.Full summary' not sure they used to before? Can anyone confirm?
delirial Wrote:Mine are also ending like that. It wasn't so before.
greed Wrote:That's not going to stop me trying to figure it out.
<RegExp input="$$3" output="<url function="GetIMDBPlot">\1plotsummary\2</url>" dest="5+">
<expression>^([^|]*)(|.*)?$</expression>
</RegExp>
spiff Wrote:zoxzox, if you can't sherlock your way on how to do it from nfo files, i won't confuse you with more information.