Code:
<GetPosterLinkURL dest="5">
<RegExp input="$$2" output="<details>\1</details>" dest="5+">
<RegExp input="$$1" output="<url function="GetPosterURL">http://www.moviemaze.de/filme/\1/\2</url>" dest="2+">
<expression><a href="/filme/([0-9]+)/([^"]*)"</expression>
</RegExp>
<expression noclean="1"/>
</RegExp>
</GetPosterLinkURL>
<GetPosterURL dest="5">
<RegExp input="$$1" output="<details><url function="GetPoster">http://www.moviemaze.de/media/poster/\1/\2</url></details>" dest="5+">
<expression><a href="/media/poster/([0-9]+)/([^"]*)"</expression>
</RegExp>
</GetPosterURL>
<GetPoster clearbuffers="no" dest="5">
<RegExp input="$$1" output=";<thumb>http://www.moviemaze.de/filme/\1/poster_lg\2.jpg</thumb>;" dest="10+">
<expression repeat="yes">/([0-9]+)/poster([0-9]+)</expression>
</RegExp>
</GetPoster>
<GetThumbnailLink clearbuffers="no" dest="6">
<RegExp input="$$7" output="<details>\1</details>" dest="6">
<RegExp input="$$1" output="<url function="GetThumbnail">http://www.cinefacts.de/kino/film/\1</url>" dest="7">
<expression repeat="yes" noclean="1"><a href="/kino/film/([^"]+)">[^<]*<img</expression>
</RegExp>
<RegExp input="" output="<url function="CollectThumbnails" cache="film.xml">http://www.cinefacts.de/kino/datenbank.html</url>" dest="7+">
<expression/>
</RegExp>
<expression noclean="1"/>
</RegExp>
</GetThumbnailLink>
<GetThumbnail clearbuffers="no" dest="5">
<RegExp input="$$1" output="<thumb>http://www.cinefacts.de/kino/plakat/\1</thumb>" dest="8+">
<expression>href="/kino/plakat/([^"]*)"</expression>
</RegExp>
<RegExp input="" output="<details></details>" dest="5">
<expression noclean="1"/>
</RegExp>
</GetThumbnail>
<CollectThumbnails dest="2">
<RegExp input="$$10$$8" output="<details><thumbs>\1</thumbs></details>" dest="2+">
<expression noclean="1"/>
</RegExp>
</CollectThumbnails>Hey spiff,
this almost works but i got one problem. let me explain: if there are covers on cinefacts and moviemaze, all covers are shown. If there is only a cover in cinefacts, this is shown. But when there's only a cover at moviemaze, none is shown. I think it has something to do with the $$10$$8 but i don't know exactly and really appreciate if you could help here

Thanks so much
Schenk


Search
Help