Spiders IMdb

Help each other out

Spiders IMdb

Postby lar282 on Mon Dec 10, 2007 1:02 pm

Hi
Does your imdb spider still pick up PLOT for u guys? (on dvd's)


//Lasse
lar282
 
Posts: 1624
Joined: Thu Apr 01, 2004 4:13 pm
Location: Helsingborg, Sweden

Re: Spiders IMdb

Postby wesblack on Tue Dec 11, 2007 3:47 am

Yes, the direct and web spider pull the plot info.





Wes Black \ Calrad
wesblack
 
Posts: 852
Joined: Mon Mar 05, 2007 5:02 pm
Location: Valencia, Ca

Re: Spiders IMdb

Postby lar282 on Tue Dec 11, 2007 7:18 am

Darn.....Then I got another prob


Thanks for the info Wes.


regards

//Lasse
lar282
 
Posts: 1624
Joined: Thu Apr 01, 2004 4:13 pm
Location: Helsingborg, Sweden

Re: Spiders IMdb

Postby lar282 on Tue Dec 11, 2007 11:23 am

Wierd how it works for u on the free XL version. I changed my spider and now it works..

old one
//Plot old
// <h5>Plot Outline:</h5>.*?<a class="tn15more inline" href="(?<url>/rg/title-tease/plotsummary/title/.*?/plotsummary)">more</a>
// <p class="plotpar">.*?(?<plot>.*?)<i>

new one
// Plot new 071212
<h5>Plot Outline:</h5>.*?(?<plot>.*?) <a class="tn15more inline"


//Lasse
lar282
 
Posts: 1624
Joined: Thu Apr 01, 2004 4:13 pm
Location: Helsingborg, Sweden

Re: Spiders IMdb

Postby tswhite70 on Tue Dec 11, 2007 3:12 pm

Lasse - I think Wes is talking about the PreRelease not the FreeXL (pre-calrad version).

The updated code you entered works but only pulls the outline from the main movie page. To get the whole plot summary from the PlotsSummary page try:

Code: Select all
//Plot
<h5>Plot Outline:</h5>.*?<a class="tn15more inline" href="(?<url>/title/tt.*?/plotsummary)" onClick=.*?more</a>
<p class="plotpar">.*?(?<plot>.*?)<i>

I think that should work although I haven't tested it in XL. I'll try and find some time this week to update my spiders for FreeXL. I know a few of them need some tweaking.

good luck,
tsw
tswhite70
 
Posts: 318
Joined: Tue Jan 06, 2004 3:44 pm
Location: Houston, Tx

Re: Spiders IMdb

Postby lar282 on Tue Dec 11, 2007 3:15 pm

I think he's talking about prerelease too. He prob missed that I actually posted on the free XL forum, he he.

never mind. Thanks for the updated code.


//Lasse
lar282
 
Posts: 1624
Joined: Thu Apr 01, 2004 4:13 pm
Location: Helsingborg, Sweden

Re: Spiders IMdb

Postby wesblack on Tue Dec 11, 2007 5:03 pm

Sorry I was not clear, It is only for the pre-release versions.






Wes Black \ Calrad
wesblack
 
Posts: 852
Joined: Mon Mar 05, 2007 5:02 pm
Location: Valencia, Ca

Re: Spiders IMdb

Postby lar282 on Wed Dec 12, 2007 7:21 am

wesblack wrote:Sorry I was not clear, It is only for the pre-release versions.






Wes Black \ Calrad


I thought so. I haven't moved to the prerelease on the real HTPC yet. Eagerly wating for V3 to make the change.

//Lasse
lar282
 
Posts: 1624
Joined: Thu Apr 01, 2004 4:13 pm
Location: Helsingborg, Sweden

Re: Spiders IMdb

Postby slaman on Tue Jan 29, 2008 5:28 pm

I cannot seem to get the plot to download correctly for BOTH a single-line plot (ie Juno) and a multi-line plot (ie American Gangster)

The single-line works fine, but for something like American Gangster, I get garbage characters...
slaman
 
Posts: 145
Joined: Sat Oct 14, 2006 10:30 pm