通常我可以使用频道Feed
从每个视频中获取更新日期https://gdata.youtube.com/feeds/api/users/<username>/uploads?max-results=50
然后
video.Updated //gets video's last updated date
我的问题是如何在使用播放列表Feed时做同样的事情?
https://gdata.youtube.com/feeds/api/playlists/<playlistGUID>?v=2&max-results=50
当我尝试为播放列表中的视频执行video.Update
时,我获得了默认的12/31/1970。
我似乎无法在youtube api播放列表引用中找到正确的调用,有人可以帮助我吗?