Kodi Community Forum

Full Version: [RELEASE] FilmAffinity (Spanish) scraper
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
Sinopsis doest work in many cases, for example:
http://www.filmaffinity.com/es/film905774.html
There is OK in filmaffinity web but with scraper dont retrieve the sinopsis info.
Bye
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
Can anyone try with 2012 movie? i can't get the fanart for this movie... (i'm using XBMC running on linux box)
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 for your interest.

However, ie '2012' has (FILMAFFINITY) in the end and scrapper is not capturing it. In fact, films that where captured in the past also included somehow "official" critics, and these are not finishing with (FILMAFFINITY). Don't know if everyone is interested in critics, but perhaps it would be easier to capture to that end.

Other examples: 007: Alta Tensión / La conspiración del Pánico...
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 :S
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
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 :S

Thanks for your interest. I'll wait for your update.
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
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
It works!!!
THANKS!
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?
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,
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
Same problem here. No fanart at all. Thnks for the effort in fixing it. Rgds,

Ignacio
Please post some log so I can know what happen. You have to post it in debug mode.

Thank You...
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28