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="<details><fanart>\1</fanart></details>" dest="3">
<RegExp input="$$1" output="<thumb>http://images.themoviedb.org/backdrops\1.jpg</thumb>" dest="5">
<expression noclean="1" repeat="yes">backdrops([^\.]*).jpg</expression>
</RegExp>
<expression noclean="1"/>
</RegExp>
</PixelGraftersFanart>
<PixelGraftersPoster dest="3">
<RegExp input="$$5" output="<details>\1</details>" dest="3">
<RegExp input="$$1" output="<thumb>http://images.themoviedb.org/posters\1.jpg</thumb>" 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...



Search
Help