Youtube API v3 search for videos, retrieve title and url

前端 未结 1 1233
北海茫月
北海茫月 2020-12-17 04:32

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.

In the second ver

相关标签:
1条回答
  • 2020-12-17 05:28

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

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

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

    0 讨论(0)
提交回复
热议问题