Quote:Yes, thanks. Now it's looks like fixed. However I have another problem. Scraper doesn't get correct poster. Movie is found correctly, description and title is downloaded but instead of poster I see something like screenshot from the movie. Just like in the picture below. Please help.
Hi, I made few changes and it looks like it works now. You can change these two lines (204 and 205, but I'm not sure because I made few more changes):
Code:
<RegExp input="$$1" output="<thumb preview="http://gfx.filmweb.pl/po\12\2">http://gfx.filmweb.pl/po\13\2</thumb>" dest="8+">
<expression noclean="1" repeat="yes">href="http://gfx.filmweb.pl/po(?:([^"]*\.)[^"]*(\.jpg))</expression>
to something like this:
Code:
<RegExp input="$$1" output="<thumb preview="\1">\23\3</thumb>" dest="8+">
<expression noclean="1" repeat="yes"><span class="poster">[\s]*<img src="((.*?\.)2(\.jpg))\?</expression>
Please make a backup of your filmweb.xml file before doing any changes!