Query YouTube API (v2 vs v3) for Titles
What's the best way to query the YouTube API for Titles?
API V2
https://gdata.youtube.com/feeds/api/videos/DAb-ru6rjXs?v=2
API V3
https://www.googleapis.com/youtube/v3/videos?id=DAb-ru6rjXs&key=MYKEY&part=snippet,contentDetails,statistics,status
I have a large list of video ID's, that need to query the API via Ruby and
output to csv.
No comments:
Post a Comment