Um, I've tried with several. But lets say "300". I just get a little crappy cover image (i've screenshotted it), and cannot see anything esle. It even does it in the default skin. I backed up my database prior, and just clicked save to see if it downloaded any text into my movies.xml DB file, and it did not. I don't think it is finding the information correctly.
I was a little unclear what you meant when you said "Direct IMBD". Whats the difference between the two text examples you provided me?
By the way, thank you so much for you time!
- Screen 001
Here is my spider file exactly: (its the only one I'm using)dvd - imdb.com.txt
url=http://us.imdb.com/find?s=all&q=%searchstring%;tt=1
results=<a href="(?<url>/title/.*?/).*?">(?<display>.*?)</a>
//title & year
<div id="tn15title">.*?<h1>(?<title>.*?) <span>\(<a href="/Sections/Years/.*?">(?<year>.*?)</a>\)</span></h1>
//Plot
//Single Line Plot
<h5>Plot:</h5>(?<plot>.*?)<
//Full Plot
//<h5>Plot Outline:</h5>.*?<a class="tn15more inline" href="(?<url>/title/tt.*?/plotsummary)" onClick=.*?more</a>
//<p class="plotpar">.*?(?<plot>.*?)<i>
//Directors
<h5>Director:</h5>(?<variable>.*?)<br/>
<a href="/name/.*?">(?<director>.*?)</a>
//Genre
<a href="/Sections/Genres/.*?/">(?<genre>.*?)</a> (?:/|<)
//Rating
<h5><a href="/mpaa">MPAA</a>:</h5>.*?Rated (?<rating>.*?\.).*?</div>
//Runtime
<h5>Runtime:</h5>.*?(?<runtime>.*?)</div>
//Actors
\(Cast overview, first billed only\)(?<variable>.*?)(?:<br/>|<hr/>)
<a href="/name/.*?">(?<actors>.*?)</a></td>
//Coverart
<a name="poster" href=.*? src="(?<coverart>.*?)"
// replace=coverart:VM._SY140_SX100_.jpg:VM._SY400_SX600_.jpg
// <div class="photo">
// <a name="poster" href="/media/rm3131217664/tt0811138" title="The Love Guru"><img border="0" alt="The Love Guru" title="The Love Guru" src="http://ia.media-imdb.com/images/M/MV5BMTg3OTY1MTQ3MF5BMl5BanBnXkFtZTcwMDIzMTM3MQ@@._V1._SX94_SY140_.jpg" /></a>
// </div>
___________________________________________________
END OF DOCUMENT
Also, in my spider screen, I only have these elements.
- text (category>spider>cover)
- text (category>spider>title)
- text (category>spider>from)
- text (category>spider>position)
- spiderstatus
- spider ? (i just realized was hidden, looks like thumbnails of results)