Hi,
I'm revisiting a project I started about a year ago. I've got it "mostly" working. However, the design of the site that I'm scraping is giving me some problems.
First, you can see the project code here: https://github.com/lexy0/TVO.bundle
My code is supposed to go through each program page (http://tvo.org/programs-a-z/A for example) and grab the relevant info. It works fine for programs starting with A.
Unfortunately, the code will not work for any other letter.
If I use http://tvo.org/programs-a-z#/B the code only grabs program info for programs starting with A.
If I use http://tvo.org/programs-a-z/C the code returns the "channel is not responding" error.
If I paste either link into a browser, the correct data is displayed.
Does anyone have suggestions on how to get around this?
Thanks!