Accessing entire netflix catalog via API v1.5
Posted
by
Stone
on Stack Overflow
See other posts from Stack Overflow
or by Stone
Published on 2012-11-03T16:59:05Z
Indexed on
2012/11/03
17:00 UTC
Read the original article
Hit count: 234
Netflix recently updated their API methods for obtaining the full Netflix catalog. I'm curious if anyone has had any success accessing these new xml documents and downloading them via API v1.5 (9/2012). Previously, you could download the entire Netflix catalog via one API call (which I had working perfectly). Now, there are supposedly two calls to make: one for dvd's and one for streaming movies.
I cannot make these calls return anything except for an empty array. Please don't offer an answer unless you have personally downloaded the entire catalog via these new API's.
Bonus points if you can tell me how to do it in Ruby.
http://developer.netflix.com/blog/read/Update_Changes_for_the_Public_API
© Stack Overflow or respective owner