June 2011
1 post
Overcoming the Lack of a Hulu API
zaschell:
Today I’m building a web app that provides a live listing of all available Criterion films. There are two places (mainly) that stream these movies: Netflix and Hulu.
Doing searches against Netflix is very easy, thanks to their incredible openness and the APIs they make available. I specifically use their OData provider—all I have to do is structure a URL which contains a query. I...