Better Spiders....

Help each other out

Better Spiders....

Postby Richard_P_Harvey on Wed Nov 03, 2010 5:34 pm

I'm running the spiders that tswhite provided and are found in the Tricks and Tips section but they are a little old. Does anyone out there have working music and DVD spiders...?
Richard_P_Harvey
 
Posts: 51
Joined: Fri Mar 28, 2003 9:01 pm
Location: Charlton, MA

Re: Better Spiders....

Postby Myth on Mon Dec 20, 2010 1:21 am

Richard_P_Harvey wrote:I'm running the spiders that tswhite provided and are found in the Tricks and Tips section but they are a little old. Does anyone out there have working music and DVD spiders...?


Bump :shock:
Myth
 
Posts: 83
Joined: Sun May 09, 2004 9:48 am

Re: Better Spiders....

Postby lar282 on Mon Dec 20, 2010 7:10 am

Update to bleeding edge. They work
lar282
 
Posts: 1624
Joined: Thu Apr 01, 2004 4:13 pm
Location: Helsingborg, Sweden

Re: Better Spiders....

Postby Myth on Mon Dec 20, 2010 8:12 am

lar282 wrote:Update to bleeding edge. They work

That's not the freeware version, I take it?
Myth
 
Posts: 83
Joined: Sun May 09, 2004 9:48 am

Re: Better Spiders....

Postby lar282 on Tue Dec 21, 2010 2:20 pm

paste into dvd - imdb.com.txt
and put the file into spiders dir.

From here---------------------------
url=http://www.imdb.com/find?q=%searchstring%;tt=1
results=<a href="(?<url>/title/.*?/).*?">(?<display>.*?)</a>


id="img_primary">.*?<img src="(?<coverart>.*?)"

//title & year
//<div id="tn15title"><h1>(?<title>.*?)<span>\(<a href="/Sections/Years/.*?">(?<year>.*?)\)</span></h1>
<h1 class="header">(?<title>.*?)<span>.*?<a href="/year/.*?">(?<year>.*?)</a>


//store contents to variable....next regex uses that variable!!!
//<h5>Directors:</h5>(?<variable>.*?)<h5>Writers:</h5>
//<a href="/name/.*?".*?>(?<director>.*?)</a>
<h4 class="inline">.*?Director:.*?</h4>(?<variable>.*?)</div>
<a href="/name/.*?".*?>(?<director>.*?)</a>


//<a href="/Sections/Genres/.*?">(?<genre>.*?)</a>
<h4 class="inline">Genres:</h4>(?<genre>.*?)</div>



//<a href="/List.certificates.USA.(?<rating>.*?)&&heading=14
//USA:(?<rating>.*?)</a>
//<img width="18" alt="R" src="http://i.media-imdb.com/images/SFe18791ef3ed9f039376bc190ac0597cd/certificates/us/r.png" class="absmiddle" title="R" height="15">&nbsp;&nbsp;112 min&nbsp;&nbsp;-&nbsp;&nbsp;<a onclick="(new Image()).src='/rg/title-overview/genre/images/b.gif?link=%2Fgenre%2FAction';" href="/genre/Action" >Action</a>&nbsp;<span>|</span> <a onclick="(new Image()).src='/rg/title-overview/genre/images/b.gif?link=%2Fgenre%2FDrama';" href="/genre/Drama" >Drama</a>&nbsp;<span>|</span> <a onclick="(new Image()).src='/rg/title-overview/genre/images/b.gif?link=%2Fgenre%2FSci-Fi';" href="/genre/Sci-Fi" >Sci-Fi</a>
<img width="18" alt="(?<rating>.*?)"

//<h5>Runtime:</h5>(?<runtime>.*?)</div>
<h4 class="inline">Runtime:</h4>(?<runtime>.*?)</div>


//<table class="cast">.*?(?<variable><tr.*?>.*?</tr><tr.*?>.*?</tr><tr.*?>.*?</tr><tr.*?>.*?</tr><tr.*?>.*?</tr>).*?</table>
//<td class="nm"><a href="/name/.*?">(?<actors>.*?)</a></td>
<table class="cast_list">(?<variable>.*?)</table>
<a href="/name/.*?">(?<actors>.*?)</a>





//find imdb rating
//<b>User Rating:</b>.*?<b>(?<IMDB_rating>.*)</b>.*?<small>\(<a href="ratings">
<span class="rating-rating">(?<IMDB_rating>.*)<span>/10</span></span>


//watch the ( ) they must have the escape character!!! ---> \
//<a class="tn15more inline" href="/rg/title-tease/plotsummary(?<url>/title/.*?/plotsummary)">more</a></div>
//plotsummary/images/b.gif.link=(?<url>/title.*?/plotsummary)'
//<p class="plotpar">(?<plot>.*?)</p>
<h2>Storyline</h2><p>(?<plot>.*?)</p>


To here----------------------------------------
lar282
 
Posts: 1624
Joined: Thu Apr 01, 2004 4:13 pm
Location: Helsingborg, Sweden

Re: Better Spiders....

Postby Myth on Wed Dec 22, 2010 9:28 am

Yep, Thanks. That works
Myth
 
Posts: 83
Joined: Sun May 09, 2004 9:48 am