Windows Need help with parsing a website

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
meathook2 Offline
Junior Member
Posts: 29
Joined: Jan 2013
Reputation: 0
Brick  Need help with parsing a website Post: #1
Hi
I'm developing a new Hebrew TV scraper and I'm trying to fetch season/episode info from this page .
עונות = seasons
פרקים = episodes

That info is generated I think through AJAX when clicking on the season/episode number, but I have a hard time understanding if it's possible to fetch it all in some way into Query Results.

Can someone please take a look?
find quote
scudlee Offline
Team-XBMC Member
Posts: 584
Joined: Jul 2011
Reputation: 45
Post: #2
Do you mean fetching the info to fill the episodeguide in GetEpisodeList?

(I just want to get my bearings straight before I go into a convoluted description of one way to do it.)
find quote
meathook2 Offline
Junior Member
Posts: 29
Joined: Jan 2013
Reputation: 0
Post: #3
Yes, but in order to do that I need help figuring out how can to get all the episodes info from the TV Show page.
find quote
ConfusedTA Offline
Senior Member
Posts: 147
Joined: Sep 2012
Reputation: 4
Post: #4
The easiest way will probably be to do it via the API - http://en.sratim.co.il/api.php
find quote
meathook2 Offline
Junior Member
Posts: 29
Joined: Jan 2013
Reputation: 0
Post: #5
(2013-01-25 18:00)ConfusedTA Wrote:  The easiest way will probably be to do it via the API - http://en.sratim.co.il/api.php

But this page is just a contact form page...
find quote