我们正在请求来自youtubes api的评论.直到今天早些时候,一切都按预期工作.
https://www.googleapis.com/youtube/v3/commentThreads https://developers.google.com/youtube/v3/docs/commentThreads/list
但是几个小时前,似乎所有评论都发生了变化.如果我们请求相同的数据,则返回相同注释的新ID.
昨天返回值的示例:
{
"snippet" : {
"updatedAt" : "2017-12-02T15:25:18.000Z",
"publishedAt" : "2017-12-02T15:25:18.000Z",
"likeCount" : 0,
"viewerRating" : "none",
"canRate" : true,
"textOriginal" : "Wer cool wenn ihr das auch bei der linie 9 nach königsforst machen könnt",
"textDisplay" : "Wer cool wenn ihr das auch bei der linie 9 nach königsforst machen könnt",
"videoId" : "HM9HTudhtI8",
"authorChannelId" : {
"value" : "UC65X_3QoSnkPiKSnuCX1Eqg"
},
"authorChannelUrl" : "http://www.youtube.com/channel/UC65X_3QoSnkPiKSnuCX1Eqg",
"authorProfileImageUrl" : "https://yt3.ggpht.com/-pC2fJDx46os/AAAAAAAAAAI/AAAAAAAAAAA/koDhQIPnvF0/s28-c-k-no-mo-rj-c0xffffff/photo.jpg",
"authorDisplayName" : "Dani stayler 04"
},
"id" …Run Code Online (Sandbox Code Playgroud)