GetPage function broken for rotten tomatoes

If you made a script you can offer it to the others here, or ask help to improve it. You can also report here bugs & problems with existing scripts.
Post Reply
daws0n
Posts: 53
Joined: 2005-02-04 13:53:18

GetPage function broken for rotten tomatoes

Post by daws0n »

Last year I made a script to scrape rotten tomatoes movie URLs for ratings etc... It worked well, but broke suddenly when the site became SSL only.

I updated Ant Movie Catalog to 4.2.1 beta for SSL compatibility, however the get page function for this site is still broken (it works for other websites).

E.g

page := GetPage('https://www.rottentomatoes.com/m/sixth_sense')

I get a persistent error: "error connecting with SSL"

Does anyone know of a potential work around?

Thanks
antp
Site Admin
Posts: 9651
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

I don't remember having encountered that problem with another site :/
daws0n
Posts: 53
Joined: 2005-02-04 13:53:18

Post by daws0n »

Strange isn't it? The getpage works fine with all other SSL sites I have tried except this one. Not sure what makes this site different. Maybe they have some strict user agent criteria?
antp
Site Admin
Posts: 9651
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

Or some special type of certificate/encryption, less common and not supported by AMC.
Post Reply