雅虎电影 API 文档

发布于 2024-08-02 09:28:05 字数 1539 浏览 5 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

断念 2024-08-09 09:28:05

无法真正帮助您解决原来的问题,因为所有链接现在似乎都已失效!

但是,使用 YQL 您仍然可以实现您想要做的事情。

什么是 YQL?从互联网上选择*
雅虎!查询语言 (YQL) 平台使开发人员能够跨网络查询、过滤和组合数据。 YQL 公开了一种类似于 SQL 的语法,该语法既为开发人员所熟悉,又具有足够的表达能力以获取正确的数据。

还有一个社区提供的表格列表可供您使用,可以在 http://www.datatables 找到.org/

要使用此功能,您所要做的就是将社区表导入在线 YQL 控制台或点击此方便的链接 此处 将为您提供来自 datatables.org 的所有表的列表,并从 YQL 访问它们安慰。

我已经快速搜索了标记为电影的表格,因此这里有一些查询,您可以尝试获取更多信息!虽然其中大多数来自纽约时报并需要 api 密钥,但 yahoo 似乎已经为我们解决了这一问题 - 信息 此处,导入此数据的控制台链接为 此处 因此,对于下面的示例,您可能最好使用该链接。

从电影.放映时间中选择*

从 nyt.movi​​es.critics 中选择 *

从 nyt.movi​​es.reviews 中选择 *,其中 reviewer="VINCENT CANBY"

因为我不太了解您想要数据的用途,所以我不知道是否这些信息中的任何一个都会有用,但我希望它是有用的:]

Can't really help you with your original question, as all links now seem to be dead!

However, using YQL you might still be able to achieive what you are trying to do.

What's YQL? select * from internet
The Yahoo! Query Language (YQL) platform enables developers to query, filter, and combine data across the web. YQL exposes a SQL-like syntax that is both familiar to developers and expressive enough for getting the right data.

There is also a listing of community provided tables that you can make use of which can be found at http://www.datatables.org/

To make use of this, all you have to do is import the community tables in to the online YQL console or follow this handy link here which will give you a list of all tables from datatables.org and access to them from the YQL console.

I've had a quick search through this for tables marked as movies so here are some queries you can try out to get further information! Although most of them are from nyt and require an api key, but yahoo seem to have taken care of that for us - information here and a link to the console with this data imported is here so for the bellow examples, you are probably best using that link.

select * from movies.showtimes

select * from nyt.movies.critics

select * from nyt.movies.reviews where reviewer="VINCENT CANBY"

As I don't know enough about what you want the data for, I don't know if any of this information will be of use, but I'm hoping that it is :]

も让我眼熟你 2024-08-09 09:28:05

Moe,你在他们的论坛上看到这篇文章了吗? http://developer.yahoo.net/forum/index.php?showtopic= 1646

您可能想继续讨论该话题,看看您是否可以从乔恩那里获得任何信息,或者内特是否收到任何信息(但根据他今天的帖子,听起来他没有得到任何进一步的信息)。

Moe, did you see this post over in their forums? http://developer.yahoo.net/forum/index.php?showtopic=1646

You might want to pursue that thread of discussion to see if you can get any information from Jon or if Nate received any information (but based on his post today, sounds like he didn't get any further).

北城挽邺 2024-08-09 09:28:05

我问过我在 YDN 认识的人,他不确定,但他说他会找到答案。我会用我听到的信息更新这个答案:)

编辑:我很抱歉他似乎无法找到更多信息......我寄予厚望!

I've asked someone I know at YDN, he's not sure but he said he'll find out. I'll update this answer with info as I hear it :)

EDIT: I'm sorry he can't seem to find out any more info... I had high hopes!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文