[Thread Moved]

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
MaDDoGo Offline
Senior Member
Posts: 244
Joined: Sep 2009
Reputation: 1
Location: Sabadell (Barcelona)
Post: #11
OK,

I asked that because I want to do a common scraper for this and I wanted to know if there was thumbnail or not.

I think this have what to expect:

Code:
<scraperfunctions>    
    <PixelGraftersFanart dest="3">
        <RegExp input="$$5" output="&lt;details&gt;&lt;fanart&gt;\1&lt;/fanart&gt;&lt;/details&gt;" dest="3">
            <RegExp input="$$1" output="&lt;thumb&gt;http://images.themoviedb.org/backdrops\1.jpg&lt;/thumb&gt;" dest="5">
                <expression noclean="1" repeat="yes">backdrops([^\.]*).jpg</expression>
            </RegExp>
            <expression noclean="1"/>
        </RegExp>
    </PixelGraftersFanart>
    <PixelGraftersPoster dest="3">
        <RegExp input="$$5" output="&lt;details&gt;\1&lt;/details&gt;" dest="3">
            <RegExp input="$$1" output="&lt;thumb&gt;http://images.themoviedb.org/posters\1.jpg&lt;/thumb&gt;" dest="5">
                <expression noclean="1" repeat="yes">posters([^\.]*).jpg</expression>
            </RegExp>
            <expression noclean="1"/>
        </RegExp>
    </PixelGraftersPoster>
</scraperfunctions>

All you have is to get them the pixelgrafters.co.uk/api/tt#########

I think it works...
(This post was last modified: 2010-03-22 21:32 by MaDDoGo.)
find quote
EoDTris Offline
Junior Member
Posts: 24
Joined: Mar 2010
Reputation: 0
Location: A secret Lair
Thumbs Up  RE: MODS - Please Delete Thread Post: #12
Update,

Now Visits to a movie page are logged to allow for stats on the front page of top 5 most viewed movies.

Also as mentioned before the search queries are also now logged to allow for stats of top 5 searches.

Im not sure if theres much more I can do with this other than just gradually refine and tweak the filtering of results over time.

Also its great to see you ppl trying out your own scrapers with it aswell, i will be trying them out myself tomorow Smile

Anyway I hope you like it and if you have any ideas for me to add to PixelGrafters then I would love to hear them.

Cheers Big Grin

----
EoD
(This post was last modified: 2012-05-08 13:17 by EoDTris.)
find quote
Post Reply