我的应用中的YouTube视频列表

时间:2012-12-18 07:22:30

标签: iphone ios youtube-api

我想做一个应用程序,我想在一个UITableView中获取YouTube视频列表。那么如何获取YouTube视频列表。是否有关于YouTube信息的API。

2 个答案:

答案 0 :(得分:0)

Google“youtube api”

First reference Link !

答案 1 :(得分:0)

  follow Youtube API
   https://developers.google.com/youtube/

   You can use PSYouTubeExtractor.h class It can get youtube mp4 video url and than downloading and viewing is not a problem

  Here is my example https://github.com/comonitos/youtube_video
相关问题