Hello guys.
In last build, is included a new Spanish scraper by Jurrabi. This scraper uses http://www.culturalianet.com
I tried this, and I found this web page hasn’t enough information. I decided then making a new scraper using http://www.filmaffinity.com web page. This scrapper supports all of this:
- Title
- Plot
- Outline (when available for the movie)
- Year
- Director
- Country and original version title (used mpaa tagline for this)
- Credits
- Genre
- Nominations, Oscars, and other prices (used mpaa field for this)
- Rating
- Votes
- Runtime
- Actor name
I think that it could be useful adding it to next releases.
Where can I post the xml file and the gif file?
Best Regards.
HectorziN (From Spain)
HectorziN
Senior Member Joined: Mar 2007 Reputation: 0 Location: Barcelona (Spain) |
2007-03-22 17:30
Post: #1
(This post was last modified: 2012-10-01 11:35 by zag.)
|
| find quote |
Nuka1195
Skilled Python Coder Posts: 3,917 Joined: Dec 2004 Reputation: 17 |
2007-03-22 18:25
Post: #2
|
| find quote |
HectorziN
Senior Member Joined: Mar 2007 Reputation: 0 Location: Barcelona (Spain) |
2007-03-22 18:30
Post: #3
|
| find quote |
HectorziN
Senior Member Joined: Mar 2007 Reputation: 0 Location: Barcelona (Spain) |
2007-03-23 10:41
Post: #4
I don't know how submit a patch. I have posted here a link to download. Guys, try to test it and evaluate. I think that it is very good. I haven't found a movie that dont' work with this scraper.
The only problem I have found, and I don't know how to solve it, is that don't work when the search string contains ñ, á, é, í, ó and ú. you mast search using n, a, e, i, o and u. If anybody knows how to fix, please, tell me. I am waiting your comments. HectorziN |
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2007-03-26 15:44
Post: #5
sounds like encoding issues to me. make sure you properly specify utf vs not in your returned xml's.
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2007-03-27 19:03
Post: #6
seems to be working fine. i'll hold off a couple of days to see if you nail that issue, then i'll commit to svn.
cheers spiff Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
HectorziN
Senior Member Joined: Mar 2007 Reputation: 0 Location: Barcelona (Spain) |
2007-03-29 09:03
Post: #7
the problem is that xbmc transforms ñ to ñ
In culturalianet.com, a search to ñ works, but filmaffinity.com needs to receive %F1. The problem is that is xbmc who send ñ to the parer, then the parser cannot do anything with this.... This is what I think is happening. Here is the log INFO: Get URL: http://www.filmaffinity.com/es/search.ph...type=title if you paste this url into internet explorer it won't find anything, but if you paste http://www.filmaffinity.com/es/search.ph...type=title then it will work. How can this be fixed? Thanks HectorziN |
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2007-03-29 12:32
Post: #8
we need some way for the scraper to say that it wants iso not utf chars. will have a crack at it later.
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
HectorziN
Senior Member Joined: Mar 2007 Reputation: 0 Location: Barcelona (Spain) |
2007-03-29 13:48
Post: #9
OK, thanks, I'll wait for the new scraper functionallity
HectorziN |
| find quote |
HectorziN
Senior Member Joined: Mar 2007 Reputation: 0 Location: Barcelona (Spain) |
2007-04-03 17:03
Post: #10
Any progress
![]() is there a new definition of scraper languaje to explicit if dthe search using utf or iso? Thanks a lot. Also, anyone has test this scrapper? what do you think? HectorziN |
| find quote |


Search
Help