[RELEASE] FilmAffinity (Spanish) scraper

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
itombs Offline
Senior Member
Posts: 142
Joined: Oct 2008
Reputation: 0
Post: #201
MaDDoGo Wrote:That's because there is no (FILMAFFINITY) in the end of the plot (it is in every plot, but this) Tomorrow I'll try to change cathing style to avoid this problems .P

Thanks a lot.

See you
find quote
Euler Offline
Junior Member
Posts: 3
Joined: Mar 2010
Reputation: 0
Post: #202
MaDDoGo Wrote:I think that the problem es that sometimes there is a space between dot and filmaffinity. I'll change that and I'll post a new spanish scraper I am working on Big Grin

About the critics thing, latest filmaffinity web update changed the way that plots and critics are showed and because of this I discarted it because I am not interested in critics and there isn't a <info> tag to store this....

About fanart thing I have no idea what is going on Confused

Thanks for your interest. I'll wait for your update.
find quote
Mychus Offline
Junior Member
Posts: 1
Joined: Mar 2010
Reputation: 0
Post: #203
Hello everyone
I have a problem with filmaffinity and I can not see the trailers for a week, the rest right.
Sorry for my English (google).
A greeting

Castellano

Hola a todos
Tengo un problema con filmAffinity y es que no puedo ver los trailers desde hace una semana, lo demas correcto.
Perdon por mi ingles (google).
Un saludo
(This post was last modified: 2010-03-29 12:41 by Mychus.)
find quote
MaDDoGo Offline
Senior Member
Posts: 242
Joined: Sep 2009
Reputation: 1
Location: Sabadell (Barcelona)
Post: #204
Please, for better errors correction upload a scraper log to pastebin so I can know what is going on...

Thank you

I am trying to fix problems. The Only way I found is to include (FILMAFFINITY) in the plot. I'm still working to improve this but I think with this regex it won't leave any plot.

Change lines 80 to 82 with this:

Quote: <RegExp input="$$1" output="&lt;plot&gt;\1&lt;/plot&gt;" dest="5+">
<expression>&lt;b&gt;SINOPSIS&lt;/b&gt;&lt;/td&gt;[^&lt;]*&lt;td&gt;([^&lt;]*)</expression>
</RegExp>


I'm still working and when I'll have it I'll upload to trac...

--------------------------

Edit 1:

I think I have the solution:

Quote: <RegExp input="$$8" output="&lt;plot&gt;\1&lt;/plot&gt;" dest="5+">
<RegExp input="$$1" output="\1" dest="8">
<expression>&lt;b&gt;SINOPSIS&lt;/b&gt;&lt;/td&gt;[^&lt;]*&lt;td&gt;([^&lt;]*)</expression>
</RegExp>
<expression>(.*)\(</expression>
</RegExp>

In theory, with this regex plot errors are going to be a problem from the past Tongue
(This post was last modified: 2010-03-29 20:29 by MaDDoGo.)
find quote
nabz Offline
Member
Posts: 83
Joined: Sep 2007
Reputation: 0
Location: Spain
Post: #205
It works!!!
THANKS!
find quote
nabz Offline
Member
Posts: 83
Joined: Sep 2007
Reputation: 0
Location: Spain
Post: #206
MaDDoGo, I don't know why but I cannot get the fanart. All the movie info is ok but no fanart is downloading.
Does it work in your installation?
find quote
fidoboy Offline
Fan
Posts: 404
Joined: Oct 2008
Reputation: 0
Smile    Post: #207
nabz Wrote:MaDDoGo, I don't know why but I cannot get the fanart. All the movie info is ok but no fanart is downloading.
Does it work in your installation?

yep! same problem i've reported a few post ago. Let's hope that next XBMC release could solve this issue, i think that this has nothing to do with the scrapper...

regards,
find quote
calibra3 Offline
Junior Member
Posts: 16
Joined: Aug 2009
Reputation: 0
Location: Valencia
Post: #208
to me , the fanart is downloading, but not uprade it in real time.
I upgrade the fanart of the movie, but I don't see the new thumb if I don't restart de xbmc.

sorry for my english
find quote
BadGandalf Offline
Junior Member
Posts: 10
Joined: Jan 2009
Reputation: 0
Post: #209
Same problem here. No fanart at all. Thnks for the effort in fixing it. Rgds,

Ignacio
find quote
MaDDoGo Offline
Senior Member
Posts: 242
Joined: Sep 2009
Reputation: 1
Location: Sabadell (Barcelona)
Post: #210
Please post some log so I can know what happen. You have to post it in debug mode.

Thank You...
find quote
Post Reply