Youtube API v3 search for videos, retrieve title and url(Youtube API v3 搜索视频、检索标题和 url)
问题描述
如何搜索 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 搜索视频、检索标题和 url的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Youtube API v3 搜索视频、检索标题和 url


- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01
- 如何使用WebFilter实现授权头检查 2022-01-01
- Jersey REST 客户端:发布多部分数据 2022-01-01
- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01
- Eclipse 插件更新错误日志在哪里? 2022-01-01
- 将log4j 1.2配置转换为log4j 2配置 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01
- 从 finally 块返回时 Java 的奇怪行为 2022-01-01
- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01
- Java包名称中单词分隔符的约定是什么? 2022-01-01