Finally had some time to fiddle with the scraper. Seems moviemeter.nl changed something on the main page so i had to change the regexp for retrieving the hashcode. At least that part is working again.
I have a question about chaining for the GetSearchResults function. Does scrap.exe support this or can i only test this using xbmc? My guess it's the latter. Am i guessing right?
MovieMeter.nl (Dutch Movies) Scraper development...
Trazer
Junior Member Posts: 10 Joined: Feb 2008 Reputation: 0 Location: Netherlands |
2008-09-19 11:43
Post: #21
|
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2008-09-19 11:45
Post: #22
yeah, scrap is totally deprecated as we lost the source code :/
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 |
Trazer
Junior Member Posts: 10 Joined: Feb 2008 Reputation: 0 Location: Netherlands |
2008-09-19 11:51
Post: #23
Wow, that was a fast reply. Thanks much appreciated.
Time for me to setup xbmc for windows to correctly test the scraper and expand it's functionalities. |
| find quote |
athloni
Fan Posts: 312 Joined: Dec 2007 Reputation: 0 |
2008-10-04 10:39
Post: #24
Whe can i find the moviemeter scraper?
|
| find quote |
Bigfoot87
Senior Member Joined: Dec 2006 Reputation: 0 Location: Netherlands |
2008-10-07 14:29
Post: #25
It's still under construction.
|
| find quote |
fjskmdl
Junior Member Posts: 7 Joined: Jan 2009 Reputation: 0 |
2009-01-02 12:39
Post: #26
Hi, i made a php script that hopefully someone can translate into a working scraper file...
If you need more info please reply PHP Code: <?php |
| find quote |
fjskmdl
Junior Member Posts: 7 Joined: Jan 2009 Reputation: 0 |
2009-01-02 16:53
Post: #27
Currently i have something working to get the movie description from moviemeter, but i am having a problem with the following expression:
<expression><div id="film_info">(.*)[^<div]</expression> source string = 'fdqskfdq<div id="film_info">MOVIE CONTENT THAT I NEED<div>fdqsfqds</div></div>fsdjlk'; i am trying to get all the data betwee div id="film_info">xxx</div>, but i get alot more (also the comments), see for example http://www.moviemeter.nl/film/365 does anyone know how to set this to the right regex? |
| find quote |
fjskmdl
Junior Member Posts: 7 Joined: Jan 2009 Reputation: 0 |
2009-01-02 18:28
Post: #28
i have some working code for moviemeter:
Code: <scraper name="Moviemeter" content="movies" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">bugs: when rating is 2,98 it shows 2.00 cast --> all persons are shown on 1 line |
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2009-01-02 19:23
Post: #29
yeyh! i see you figured out the scraper syntax
![]() the problem with the comma separated number is that they are simply not valid floating point numbers (parsed as %f in a sscanf like function if that tells you anything). you need to translate them to use a dot. cast is just the expression, there is no repeat on it (but i assume you knew that) 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 |
Jordy
Junior Member Posts: 1 Joined: Jan 2009 Reputation: 0 |
2009-01-30 17:34
Post: #30
Hi,
This scraper is going to stop working soon because of some changes in the HTML of the site I'm going to make. However, I'm creating an XML-RPC API (web service) for accessing the MovieMeter.nl film information. Would it be possible for you to change your scripts so this API is used instead of scraping the HTML? If someone wants to test using this API, please contact me at info@moviemeter.nl |
| find quote |



Search
Help