![]() |
|
[RELEASE] FilmAffinity (Spanish) scraper - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Metadata scrapers (/forumdisplay.php?fid=147) +---- Thread: [RELEASE] FilmAffinity (Spanish) scraper (/showthread.php?tid=25389) |
- MaDDoGo - 2010-05-28 16:45 @fidoby & @pacogp Please you have upload some log to pastebin so I can know what happens. - pacogp - 2010-05-28 17:08 Ok, thank you very much for your support. - furikuri - 2010-06-06 12:18 To fix fanart: on line 144 "<RegExp conditional="ExtraiMDB" input="$$9" output="<url function="GoogleToIMDB">http://www.google.com/search?q=site:imdb.com\1</url>" dest="5+">" change "ExtraiMDB" with "!ExtraiMDB" - MaDDoGo - 2010-06-06 17:08 Please, yo must read previous posts. You have to reconfig the scraper when you updates it. If you doesn't do it scraper works bad. And do not change this line if you want the scraper to work as expected. Changing this you are changing a conditional order. And because of this, config "Use extra iMDB information" will be the other way round. Basically I know it's working because it works for me. ANd i would like to take this oportunity to share with you the scraper in addon's format working on 30704. Enjoy it! Link: http://www.megaupload.com/?d=9AMYU2VO - furikuri - 2010-06-06 17:23 Then settings are wrong because I have to activate "Sólo póster de FilmAffinity y sin FanArt (rápido)" then FanArt works - MaDDoGo - 2010-06-06 18:41 With factory settings scraper works perfect for me. Try again. What version of XBMC & scraper are you using? And post a log and I'll look into it. - furikuri - 2010-06-06 19:02 After putting 2 times settings by defaults and restart it works, I don't know how, sorry for this trouble and thanks - itombs - 2010-06-15 13:22 I still have problems with some "argumentos" For example, I scraped Cristina F and the argument doesnt work: http://www.filmaffinity.com/es/film900076.html Here is the log: http://pastebin.com/bmGzTRXz - MaDDoGo - 2010-06-15 21:37 Hi, I know what happens. The problem with this movie is related to non-standard plots in filmaffinity. The scraper uses the (FILMAFFINITY) word in almost every films on this page to take plots. It takes everything from the start of the plot to this word. In this movie, there is no final tag so the scraper doesn't know what it has to scrape. The answer to this is to scrape everything including (FILMAFFINITY) but I don't thing this is a good way to do things. I'll answer if it's possible to do different rules depending of the emptiness of fields. I expect you to understand me because of my "English". - itombs - 2010-06-16 00:37 MaDDoGo Wrote:Hi,So... the options are: a) To scrape everything including (FILMAFFINITY). This way will ALWAYS work the argumento. b) Use "(FILMAFFINITY)" word to take plots but, this way, sometimes the argumento doesnt work. I prefer to scrape everything and this way always work argumento. Or, maybe, scrape everything and the try to eliminate "(FILMAFFINITY)" word doing something like: Code: argumento = argumento.split("(FILMAFFINITY)")Entiendo el problema, pero creo que tiene que tener alguna solucion facil... esperar a que los de FA arreglen su base de datos puede ser largo. Bye |