0

我想知道如何获取 Hulu API 以从 Hulu 获取数据以实现 Hulu Internet TV 应用程序。

是否有任何此类互联网电视提供商 API 可供公众使用?

4

2 回答 2

0

Hulu 有一个隐藏的 API

curl -s www.hulu.com/api/2.0/video?id=488588 | 。

结果

{
  "video_game": null,
  "video_game_id": null,
  "cr_countries": [],
  "programming_type": "Full Episode",
  "episode_number": 22,
  "season_number": 9,
  "copyright": "2012 NBC Studios, Inc. All Rights Reserved",
  "description": "Dwight and Jim search for a new assistant to the assistant.",
  "is_html5_enabled": false,
  "is_auth_valid": false,
}
于 2013-02-22T09:42:35.283 回答
0

目前 Hulu 没有公共 API。Netflix 确实如此。

于 2011-07-12T13:54:09.037 回答