Youtube API v3 搜索视频,检索标题和网址 [英] Youtube API v3 search for videos, retrieve title and url

查看:35
本文介绍了Youtube API v3 搜索视频,检索标题和网址的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何搜索 youtube-movies 并从中获取 id/url 和标题?这是将它们添加到 Android 应用程序中的 BaseAdapter 类.

How can you search for youtube-movies and get the id/url and the title from it? It's to add them to a BaseAdapter-class in an Android Application.

在 API 的第二个版本中,这是可能的:https://developers.google.com/youtube/2.0/developers_guide_java#Retrieving_and_searching_for_videos

In the second version of the API, it was possible: https://developers.google.com/youtube/2.0/developers_guide_java#Retrieving_and_searching_for_videos

推荐答案

你需要做的search->list 并获取 ID,然后将这些 ID 插入 videos->list 以检索详细信息.

You need to do search->list and get ids, then plug in those ids into videos->list to retrieve details.

我建议您尝试 API 浏览器 以了解这些功能.它们也与文档内联.

I suggest you to try API explorer to understand those functionalities. They are inline with documents too.

YouTube Direct Lite 项目是一个很好的入门项目.在开始之前一定要阅读README.

YouTube Direct Lite project is a good one to get you started. Definitely read README before starting.

这篇关于Youtube API v3 搜索视频,检索标题和网址的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆