YPBT 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.travis.yml +9 -0
- data/Gemfile +1 -11
- data/LICENSE +2 -1
- data/README.md +45 -11
- data/YPBT.gemspec +1 -1
- data/bin/YPBT +2 -19
- data/lib/YPBT/author.rb +1 -1
- data/lib/YPBT/runner.rb +37 -0
- data/lib/YPBT/version.rb +1 -1
- data/lib/YPBT/video.rb +13 -2
- data/lib/YPBT/youtube_api.rb +7 -2
- data/spec/fixtures/cassettes/youtube_api.yml +513 -1121
- data/spec/spec_helper.rb +3 -0
- data/spec/video_spec.rb +8 -3
- metadata +5 -3
@@ -1,912 +1,5 @@
|
|
1
1
|
---
|
2
2
|
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: get
|
5
|
-
uri: https://www.googleapis.com/youtube/v3/commentThreads?key=<API_KEY>&order=relevance&part=snippet&videoId=
|
6
|
-
body:
|
7
|
-
encoding: US-ASCII
|
8
|
-
string: ''
|
9
|
-
headers:
|
10
|
-
Connection:
|
11
|
-
- close
|
12
|
-
Host:
|
13
|
-
- www.googleapis.com
|
14
|
-
User-Agent:
|
15
|
-
- http.rb/2.0.3
|
16
|
-
response:
|
17
|
-
status:
|
18
|
-
code: 404
|
19
|
-
message: Not Found
|
20
|
-
headers:
|
21
|
-
Vary:
|
22
|
-
- Origin,Accept-Encoding
|
23
|
-
- X-Origin
|
24
|
-
Content-Type:
|
25
|
-
- application/json; charset=UTF-8
|
26
|
-
Date:
|
27
|
-
- Sun, 23 Oct 2016 12:58:45 GMT
|
28
|
-
Expires:
|
29
|
-
- Sun, 23 Oct 2016 12:58:45 GMT
|
30
|
-
Cache-Control:
|
31
|
-
- private, max-age=0
|
32
|
-
X-Content-Type-Options:
|
33
|
-
- nosniff
|
34
|
-
X-Frame-Options:
|
35
|
-
- SAMEORIGIN
|
36
|
-
X-Xss-Protection:
|
37
|
-
- 1; mode=block
|
38
|
-
Server:
|
39
|
-
- GSE
|
40
|
-
Alt-Svc:
|
41
|
-
- quic=":443"; ma=2592000; v="36,35,34,33,32"
|
42
|
-
Accept-Ranges:
|
43
|
-
- none
|
44
|
-
Connection:
|
45
|
-
- close
|
46
|
-
body:
|
47
|
-
encoding: UTF-8
|
48
|
-
string: |
|
49
|
-
{
|
50
|
-
"error": {
|
51
|
-
"errors": [
|
52
|
-
{
|
53
|
-
"domain": "youtube.commentThread",
|
54
|
-
"reason": "videoNotFound",
|
55
|
-
"message": "The video identified by the \u003ccode\u003e\u003ca href=\"/youtube/v3/docs/commentThreads/list#videoId\"\u003evideoId\u003c/a\u003e\u003c/code\u003e parameter could not be found.",
|
56
|
-
"locationType": "parameter",
|
57
|
-
"location": "videoId"
|
58
|
-
}
|
59
|
-
],
|
60
|
-
"code": 404,
|
61
|
-
"message": "The video identified by the \u003ccode\u003e\u003ca href=\"/youtube/v3/docs/commentThreads/list#videoId\"\u003evideoId\u003c/a\u003e\u003c/code\u003e parameter could not be found."
|
62
|
-
}
|
63
|
-
}
|
64
|
-
http_version:
|
65
|
-
recorded_at: Sun, 23 Oct 2016 12:58:45 GMT
|
66
|
-
- request:
|
67
|
-
method: get
|
68
|
-
uri: https://www.googleapis.com/youtube/v3/commentThreads?key=<API_KEY>&order=relevance&part=snippet&videoId=OyDSCKYz5sA
|
69
|
-
body:
|
70
|
-
encoding: US-ASCII
|
71
|
-
string: ''
|
72
|
-
headers:
|
73
|
-
Connection:
|
74
|
-
- close
|
75
|
-
Host:
|
76
|
-
- www.googleapis.com
|
77
|
-
User-Agent:
|
78
|
-
- http.rb/2.0.3
|
79
|
-
response:
|
80
|
-
status:
|
81
|
-
code: 200
|
82
|
-
message: OK
|
83
|
-
headers:
|
84
|
-
Expires:
|
85
|
-
- Sun, 23 Oct 2016 13:01:50 GMT
|
86
|
-
Date:
|
87
|
-
- Sun, 23 Oct 2016 13:01:50 GMT
|
88
|
-
Cache-Control:
|
89
|
-
- private, max-age=0, must-revalidate, no-transform
|
90
|
-
Etag:
|
91
|
-
- '"I_8xdZu766_FSaexEaDXTIfEWc0/0tYxCQgQrNPQtfK0swmPpbDkT8I"'
|
92
|
-
Vary:
|
93
|
-
- Origin
|
94
|
-
- X-Origin
|
95
|
-
Content-Type:
|
96
|
-
- application/json; charset=UTF-8
|
97
|
-
X-Content-Type-Options:
|
98
|
-
- nosniff
|
99
|
-
X-Frame-Options:
|
100
|
-
- SAMEORIGIN
|
101
|
-
X-Xss-Protection:
|
102
|
-
- 1; mode=block
|
103
|
-
Content-Length:
|
104
|
-
- '25454'
|
105
|
-
Server:
|
106
|
-
- GSE
|
107
|
-
Alt-Svc:
|
108
|
-
- quic=":443"; ma=2592000; v="36,35,34,33,32"
|
109
|
-
Connection:
|
110
|
-
- close
|
111
|
-
body:
|
112
|
-
encoding: UTF-8
|
113
|
-
string: |
|
114
|
-
{
|
115
|
-
"kind": "youtube#commentThreadListResponse",
|
116
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/0tYxCQgQrNPQtfK0swmPpbDkT8I\"",
|
117
|
-
"nextPageToken": "Cg0QjISth_7wzwIgACgBEsIBCAAQ6NOXxKfuzwIqtAHt4-PV_ruI5mGv_onP9unRvmDju8GTzse2uGG_n4HNgYPC22LL1eGOk6Cmt2GluJfB5Yz14GKHp5apne7p9mL7tcy1joii1mCFhNHx2t_xw2KZmuiU6_S2wGC1gOChy9mJx2Oj6Iv5gtmZ92GH6fy8sM2jmmKLtLXy6I6l02KH-azr2d-i0GDK6cfFkovC8mDy-6K96IKxpWGnueiI2qKJyGDqrp6Py7aqhmD4w7vd1POe5WMYASAUKJDA-9bJ_9vSdQ==",
|
118
|
-
"pageInfo": {
|
119
|
-
"totalResults": 20,
|
120
|
-
"resultsPerPage": 20
|
121
|
-
},
|
122
|
-
"items": [
|
123
|
-
{
|
124
|
-
"kind": "youtube#commentThread",
|
125
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/2aUC7ozfePnvjpL-bGpzar5Ux1Q\"",
|
126
|
-
"id": "z13xwdrrcsvhv3ttk221zdnzalv0jhu3w",
|
127
|
-
"snippet": {
|
128
|
-
"videoId": "OyDSCKYz5sA",
|
129
|
-
"topLevelComment": {
|
130
|
-
"kind": "youtube#comment",
|
131
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/BsHlUmLxBF-0o5cNfmEnim7zUGU\"",
|
132
|
-
"id": "z13xwdrrcsvhv3ttk221zdnzalv0jhu3w",
|
133
|
-
"snippet": {
|
134
|
-
"authorDisplayName": "TheVectorGuy",
|
135
|
-
"authorProfileImageUrl": "https://lh5.googleusercontent.com/-G4LBqo3OTGY/AAAAAAAAAAI/AAAAAAAAAHg/PrF_mVhPEBA/photo.jpg?sz=50",
|
136
|
-
"authorChannelUrl": "http://www.youtube.com/channel/UCwcUMfCaVww25AzyNZf-ngQ",
|
137
|
-
"authorChannelId": {
|
138
|
-
"value": "UCwcUMfCaVww25AzyNZf-ngQ"
|
139
|
-
},
|
140
|
-
"videoId": "OyDSCKYz5sA",
|
141
|
-
"textDisplay": "Hillary is sooooooooooooooooooooooooooooooooo\u003cbr /\u003e\u003cbr /\u003e\u003cbr /\u003e\u003cbr /\u003e⊂_ヽ\u003cbr /\u003e \\ _\u003cbr /\u003e \( •_•) H\u003cbr /\u003e < ⌒ヽ I\u003cbr /\u003e / へ\ L\u003cbr /\u003e / / \\ L\u003cbr /\u003e レ ノ ヽ_つ A\u003cbr /\u003e / / R\u003cbr /\u003e / / Y\u003cbr /\u003e ( (ヽ I\u003cbr /\u003e | |、\. O\u003cbr /\u003e | 丿 \ ⌒) U\u003cbr /\u003e | | ) / S\u003cbr /\u003e ノ ) Lノ__\u003cbr /\u003e(/___\ufeff",
|
142
|
-
"canRate": false,
|
143
|
-
"viewerRating": "none",
|
144
|
-
"likeCount": 42,
|
145
|
-
"publishedAt": "2016-10-19T21:12:22.000Z",
|
146
|
-
"updatedAt": "2016-10-19T21:12:22.000Z"
|
147
|
-
}
|
148
|
-
},
|
149
|
-
"canReply": false,
|
150
|
-
"totalReplyCount": 9,
|
151
|
-
"isPublic": true
|
152
|
-
}
|
153
|
-
},
|
154
|
-
{
|
155
|
-
"kind": "youtube#commentThread",
|
156
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/Hsw66DYbZEMXDVSjvpvYhIAOF4k\"",
|
157
|
-
"id": "z13nifmyjuu3v5ei304cedkpmyijwn2ydcw",
|
158
|
-
"snippet": {
|
159
|
-
"videoId": "OyDSCKYz5sA",
|
160
|
-
"topLevelComment": {
|
161
|
-
"kind": "youtube#comment",
|
162
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/0HPMbzMtGrU1X9sH1DQlMCd5M4Y\"",
|
163
|
-
"id": "z13nifmyjuu3v5ei304cedkpmyijwn2ydcw",
|
164
|
-
"snippet": {
|
165
|
-
"authorDisplayName": "Tomas Munoz",
|
166
|
-
"authorProfileImageUrl": "https://lh3.googleusercontent.com/-eSlmXBgSe78/AAAAAAAAAAI/AAAAAAAAABM/-yiojxptbtA/photo.jpg?sz=50",
|
167
|
-
"authorChannelUrl": "http://www.youtube.com/channel/UCpi3mcUtOOf1UrnNIbsnsZQ",
|
168
|
-
"authorChannelId": {
|
169
|
-
"value": "UCpi3mcUtOOf1UrnNIbsnsZQ"
|
170
|
-
},
|
171
|
-
"videoId": "OyDSCKYz5sA",
|
172
|
-
"textDisplay": "Is the USA a nation or just the world’s biggest comedy club? ....Just wondering-Canada.\ufeff",
|
173
|
-
"canRate": false,
|
174
|
-
"viewerRating": "none",
|
175
|
-
"likeCount": 289,
|
176
|
-
"publishedAt": "2016-10-15T03:25:38.000Z",
|
177
|
-
"updatedAt": "2016-10-15T03:25:38.000Z"
|
178
|
-
}
|
179
|
-
},
|
180
|
-
"canReply": false,
|
181
|
-
"totalReplyCount": 55,
|
182
|
-
"isPublic": true
|
183
|
-
}
|
184
|
-
},
|
185
|
-
{
|
186
|
-
"kind": "youtube#commentThread",
|
187
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/Ne3ArdPfAVWMCdeFGSys2MQHWSs\"",
|
188
|
-
"id": "z13tgn2qjmnet3pqp04ccpso4uybgbfhxp40k",
|
189
|
-
"snippet": {
|
190
|
-
"videoId": "OyDSCKYz5sA",
|
191
|
-
"topLevelComment": {
|
192
|
-
"kind": "youtube#comment",
|
193
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/DzNNWV8Gw_Kt62pytjpuvVJjrKM\"",
|
194
|
-
"id": "z13tgn2qjmnet3pqp04ccpso4uybgbfhxp40k",
|
195
|
-
"snippet": {
|
196
|
-
"authorDisplayName": "Thomas Begley",
|
197
|
-
"authorProfileImageUrl": "https://lh3.googleusercontent.com/-_NITfAbrdIo/AAAAAAAAAAI/AAAAAAAAAD8/BnE3caWWztc/photo.jpg?sz=50",
|
198
|
-
"authorChannelUrl": "http://www.youtube.com/channel/UCVWWWpMYzYFvOYeGEgDIYXQ",
|
199
|
-
"authorChannelId": {
|
200
|
-
"value": "UCVWWWpMYzYFvOYeGEgDIYXQ"
|
201
|
-
},
|
202
|
-
"videoId": "OyDSCKYz5sA",
|
203
|
-
"textDisplay": "This just confirms one thing....the world is ending...\ufeff",
|
204
|
-
"canRate": false,
|
205
|
-
"viewerRating": "none",
|
206
|
-
"likeCount": 74,
|
207
|
-
"publishedAt": "2016-10-17T02:14:19.000Z",
|
208
|
-
"updatedAt": "2016-10-17T02:14:19.000Z"
|
209
|
-
}
|
210
|
-
},
|
211
|
-
"canReply": false,
|
212
|
-
"totalReplyCount": 16,
|
213
|
-
"isPublic": true
|
214
|
-
}
|
215
|
-
},
|
216
|
-
{
|
217
|
-
"kind": "youtube#commentThread",
|
218
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/F9_BXFjKDD7VDJ14MMv97rdSuWg\"",
|
219
|
-
"id": "z13kshbh2x2bedm3323ejfqihzuddbwcc",
|
220
|
-
"snippet": {
|
221
|
-
"videoId": "OyDSCKYz5sA",
|
222
|
-
"topLevelComment": {
|
223
|
-
"kind": "youtube#comment",
|
224
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/5cG-rUe26o5kdVxl7Uq66-KznN4\"",
|
225
|
-
"id": "z13kshbh2x2bedm3323ejfqihzuddbwcc",
|
226
|
-
"snippet": {
|
227
|
-
"authorDisplayName": "cc22ful",
|
228
|
-
"authorProfileImageUrl": "https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=50",
|
229
|
-
"authorChannelUrl": "http://www.youtube.com/channel/UCziZIdQhMQrceM2re6uypbg",
|
230
|
-
"authorChannelId": {
|
231
|
-
"value": "UCziZIdQhMQrceM2re6uypbg"
|
232
|
-
},
|
233
|
-
"videoId": "OyDSCKYz5sA",
|
234
|
-
"textDisplay": "Can't we just vote for Obama again?\ufeff",
|
235
|
-
"canRate": false,
|
236
|
-
"viewerRating": "none",
|
237
|
-
"likeCount": 144,
|
238
|
-
"publishedAt": "2016-10-18T01:25:35.000Z",
|
239
|
-
"updatedAt": "2016-10-18T01:25:35.000Z"
|
240
|
-
}
|
241
|
-
},
|
242
|
-
"canReply": false,
|
243
|
-
"totalReplyCount": 23,
|
244
|
-
"isPublic": true
|
245
|
-
}
|
246
|
-
},
|
247
|
-
{
|
248
|
-
"kind": "youtube#commentThread",
|
249
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/qjpoiDC0_JcPxi1Fivn-EIYAbdU\"",
|
250
|
-
"id": "z12lcdwbasa5tre3x231hp2hlpffwjclg",
|
251
|
-
"snippet": {
|
252
|
-
"videoId": "OyDSCKYz5sA",
|
253
|
-
"topLevelComment": {
|
254
|
-
"kind": "youtube#comment",
|
255
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/vA428jKXfC26Q3Z5OsMRimlT1tU\"",
|
256
|
-
"id": "z12lcdwbasa5tre3x231hp2hlpffwjclg",
|
257
|
-
"snippet": {
|
258
|
-
"authorDisplayName": "TheBookWorm1718",
|
259
|
-
"authorProfileImageUrl": "https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=50",
|
260
|
-
"authorChannelUrl": "http://www.youtube.com/channel/UCrCAs9q7UhO3VIroUHiMwmA",
|
261
|
-
"authorChannelId": {
|
262
|
-
"value": "UCrCAs9q7UhO3VIroUHiMwmA"
|
263
|
-
},
|
264
|
-
"videoId": "OyDSCKYz5sA",
|
265
|
-
"textDisplay": "Think about this, people, Hillary is already having mainstream media CENSORED, as in something we as Americans are supposed to be AGAINST, if she becomes president what's going to stop her from completely outlawing any news coming out that speaks out against her?\ufeff",
|
266
|
-
"canRate": false,
|
267
|
-
"viewerRating": "none",
|
268
|
-
"likeCount": 47,
|
269
|
-
"publishedAt": "2016-10-15T14:58:16.000Z",
|
270
|
-
"updatedAt": "2016-10-15T14:58:16.000Z"
|
271
|
-
}
|
272
|
-
},
|
273
|
-
"canReply": false,
|
274
|
-
"totalReplyCount": 12,
|
275
|
-
"isPublic": true
|
276
|
-
}
|
277
|
-
},
|
278
|
-
{
|
279
|
-
"kind": "youtube#commentThread",
|
280
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/EhzvHT_HpVx1agjeNXtUk44rIig\"",
|
281
|
-
"id": "z12mgn35ymy0s1p2t23hxf3qzrfczfh5r04",
|
282
|
-
"snippet": {
|
283
|
-
"videoId": "OyDSCKYz5sA",
|
284
|
-
"topLevelComment": {
|
285
|
-
"kind": "youtube#comment",
|
286
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/KrWUimKAiAvYnsQfr5F7yqO602s\"",
|
287
|
-
"id": "z12mgn35ymy0s1p2t23hxf3qzrfczfh5r04",
|
288
|
-
"snippet": {
|
289
|
-
"authorDisplayName": "Cactus Jack",
|
290
|
-
"authorProfileImageUrl": "https://lh6.googleusercontent.com/-q0j4EQ62L5Y/AAAAAAAAAAI/AAAAAAAAABY/0wjhz4gCeo8/photo.jpg?sz=50",
|
291
|
-
"authorChannelUrl": "http://www.youtube.com/channel/UCiRVbxC34JWy0nDsuJieWfA",
|
292
|
-
"authorChannelId": {
|
293
|
-
"value": "UCiRVbxC34JWy0nDsuJieWfA"
|
294
|
-
},
|
295
|
-
"videoId": "OyDSCKYz5sA",
|
296
|
-
"textDisplay": "why do they interrupt him but not her?\ufeff",
|
297
|
-
"canRate": false,
|
298
|
-
"viewerRating": "none",
|
299
|
-
"likeCount": 72,
|
300
|
-
"publishedAt": "2016-10-20T03:52:13.000Z",
|
301
|
-
"updatedAt": "2016-10-20T03:52:13.000Z"
|
302
|
-
}
|
303
|
-
},
|
304
|
-
"canReply": false,
|
305
|
-
"totalReplyCount": 8,
|
306
|
-
"isPublic": true
|
307
|
-
}
|
308
|
-
},
|
309
|
-
{
|
310
|
-
"kind": "youtube#commentThread",
|
311
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/aFVsXx8BCLzoFi_BxaXz0wGoZpM\"",
|
312
|
-
"id": "z131w1g44nrhyblwj04cinl44zrmszmjamc0k",
|
313
|
-
"snippet": {
|
314
|
-
"videoId": "OyDSCKYz5sA",
|
315
|
-
"topLevelComment": {
|
316
|
-
"kind": "youtube#comment",
|
317
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/sZfumz-wihoBRVJurZhupy7Q-FI\"",
|
318
|
-
"id": "z131w1g44nrhyblwj04cinl44zrmszmjamc0k",
|
319
|
-
"snippet": {
|
320
|
-
"authorDisplayName": "David Chhangte",
|
321
|
-
"authorProfileImageUrl": "https://lh6.googleusercontent.com/-zIGtbdjt3pM/AAAAAAAAAAI/AAAAAAAAAHg/nfoi1V6akcI/photo.jpg?sz=50",
|
322
|
-
"authorChannelUrl": "http://www.youtube.com/channel/UCPHkEKG8vHP3RnIkfIrk22w",
|
323
|
-
"authorChannelId": {
|
324
|
-
"value": "UCPHkEKG8vHP3RnIkfIrk22w"
|
325
|
-
},
|
326
|
-
"videoId": "OyDSCKYz5sA",
|
327
|
-
"textDisplay": "hillary will lie to americans as long as she recieves money from the middle east... she loves money, not america..\ufeff",
|
328
|
-
"canRate": false,
|
329
|
-
"viewerRating": "none",
|
330
|
-
"likeCount": 95,
|
331
|
-
"publishedAt": "2016-10-16T18:45:00.000Z",
|
332
|
-
"updatedAt": "2016-10-16T18:45:00.000Z"
|
333
|
-
}
|
334
|
-
},
|
335
|
-
"canReply": false,
|
336
|
-
"totalReplyCount": 19,
|
337
|
-
"isPublic": true
|
338
|
-
}
|
339
|
-
},
|
340
|
-
{
|
341
|
-
"kind": "youtube#commentThread",
|
342
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/5x32CUK-9P5jQyRf_bTalCNnMNo\"",
|
343
|
-
"id": "z13ce1vzexjtg5b0k23hur3hvzytinqes",
|
344
|
-
"snippet": {
|
345
|
-
"videoId": "OyDSCKYz5sA",
|
346
|
-
"topLevelComment": {
|
347
|
-
"kind": "youtube#comment",
|
348
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/bYfyR-Vc8OjahNEXB1lyM2tyhJU\"",
|
349
|
-
"id": "z13ce1vzexjtg5b0k23hur3hvzytinqes",
|
350
|
-
"snippet": {
|
351
|
-
"authorDisplayName": "Gartin Marrix",
|
352
|
-
"authorProfileImageUrl": "https://lh3.googleusercontent.com/-tGbx299iYOc/AAAAAAAAAAI/AAAAAAAAABE/OHiuK9LIV9Q/photo.jpg?sz=50",
|
353
|
-
"authorChannelUrl": "http://www.youtube.com/channel/UC1Ry32WXiI1NUudDNgBkGwA",
|
354
|
-
"authorChannelId": {
|
355
|
-
"value": "UC1Ry32WXiI1NUudDNgBkGwA"
|
356
|
-
},
|
357
|
-
"videoId": "OyDSCKYz5sA",
|
358
|
-
"textDisplay": "I don't know, from a neutral point of view, Trump seems like a little bit crazy, but simple and direct man, who puts actions before words. Hillary seems perverse and false, all the time :-/\ufeff",
|
359
|
-
"canRate": false,
|
360
|
-
"viewerRating": "none",
|
361
|
-
"likeCount": 39,
|
362
|
-
"publishedAt": "2016-10-16T21:15:01.000Z",
|
363
|
-
"updatedAt": "2016-10-16T21:15:01.000Z"
|
364
|
-
}
|
365
|
-
},
|
366
|
-
"canReply": false,
|
367
|
-
"totalReplyCount": 8,
|
368
|
-
"isPublic": true
|
369
|
-
}
|
370
|
-
},
|
371
|
-
{
|
372
|
-
"kind": "youtube#commentThread",
|
373
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/3yIeAApgNlVoj4Ie0TSUDgywSgc\"",
|
374
|
-
"id": "z13egjcxjzf3cl3ny23ng33gsu2ktzwuw",
|
375
|
-
"snippet": {
|
376
|
-
"videoId": "OyDSCKYz5sA",
|
377
|
-
"topLevelComment": {
|
378
|
-
"kind": "youtube#comment",
|
379
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/ajDNA3OZfp9QGA95VpQhMM2wYlM\"",
|
380
|
-
"id": "z13egjcxjzf3cl3ny23ng33gsu2ktzwuw",
|
381
|
-
"snippet": {
|
382
|
-
"authorDisplayName": "Ronald Clark",
|
383
|
-
"authorProfileImageUrl": "https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=50",
|
384
|
-
"authorChannelUrl": "http://www.youtube.com/channel/UCORGSksLT_Ia9LnL06K1UAA",
|
385
|
-
"authorChannelId": {
|
386
|
-
"value": "UCORGSksLT_Ia9LnL06K1UAA"
|
387
|
-
},
|
388
|
-
"videoId": "OyDSCKYz5sA",
|
389
|
-
"textDisplay": "mrs clinton is saying he dont respect women for locker room talk n he appologised.. what about mr clinton.. why u r not talking about that..\ufeff",
|
390
|
-
"canRate": false,
|
391
|
-
"viewerRating": "none",
|
392
|
-
"likeCount": 20,
|
393
|
-
"publishedAt": "2016-10-19T18:02:38.000Z",
|
394
|
-
"updatedAt": "2016-10-19T18:02:38.000Z"
|
395
|
-
}
|
396
|
-
},
|
397
|
-
"canReply": false,
|
398
|
-
"totalReplyCount": 13,
|
399
|
-
"isPublic": true
|
400
|
-
}
|
401
|
-
},
|
402
|
-
{
|
403
|
-
"kind": "youtube#commentThread",
|
404
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/a2ZhIVMFdYKQUhXMYfROo1uIarA\"",
|
405
|
-
"id": "z13dxxeber3diruuo22pgzoxgmbfdfkn2",
|
406
|
-
"snippet": {
|
407
|
-
"videoId": "OyDSCKYz5sA",
|
408
|
-
"topLevelComment": {
|
409
|
-
"kind": "youtube#comment",
|
410
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/bcBzb9QldRpnE4tPDelFeGTWPfQ\"",
|
411
|
-
"id": "z13dxxeber3diruuo22pgzoxgmbfdfkn2",
|
412
|
-
"snippet": {
|
413
|
-
"authorDisplayName": "Tekka Bunny",
|
414
|
-
"authorProfileImageUrl": "https://lh4.googleusercontent.com/-fbnme6-Z3fw/AAAAAAAAAAI/AAAAAAAAD2w/1ZpIBuSGmLU/photo.jpg?sz=50",
|
415
|
-
"authorChannelUrl": "http://www.youtube.com/channel/UCZgzfj9DZOfjBebEya_VM7Q",
|
416
|
-
"authorChannelId": {
|
417
|
-
"value": "UCZgzfj9DZOfjBebEya_VM7Q"
|
418
|
-
},
|
419
|
-
"videoId": "OyDSCKYz5sA",
|
420
|
-
"textDisplay": "Did she say our country is great because we are good!!!!! LIER!!!!\ufeff",
|
421
|
-
"canRate": false,
|
422
|
-
"viewerRating": "none",
|
423
|
-
"likeCount": 108,
|
424
|
-
"publishedAt": "2016-10-15T17:37:47.000Z",
|
425
|
-
"updatedAt": "2016-10-15T17:37:47.000Z"
|
426
|
-
}
|
427
|
-
},
|
428
|
-
"canReply": false,
|
429
|
-
"totalReplyCount": 24,
|
430
|
-
"isPublic": true
|
431
|
-
}
|
432
|
-
},
|
433
|
-
{
|
434
|
-
"kind": "youtube#commentThread",
|
435
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/kpfTi112Upj2BIejdZwFqlwc-6g\"",
|
436
|
-
"id": "z125snoawkj4slr4v04cg1w50puevregkkg0k",
|
437
|
-
"snippet": {
|
438
|
-
"videoId": "OyDSCKYz5sA",
|
439
|
-
"topLevelComment": {
|
440
|
-
"kind": "youtube#comment",
|
441
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/Iiw2bVLYH6f-7oTXMcGsqHRaUTU\"",
|
442
|
-
"id": "z125snoawkj4slr4v04cg1w50puevregkkg0k",
|
443
|
-
"snippet": {
|
444
|
-
"authorDisplayName": "Whatever",
|
445
|
-
"authorProfileImageUrl": "https://lh5.googleusercontent.com/-SmTrqY4rLho/AAAAAAAAAAI/AAAAAAAAAIE/txfK4DF2Ow0/photo.jpg?sz=50",
|
446
|
-
"authorChannelUrl": "http://www.youtube.com/channel/UCS3JTtQRUlGttCtbkLGhXWg",
|
447
|
-
"authorChannelId": {
|
448
|
-
"value": "UCS3JTtQRUlGttCtbkLGhXWg"
|
449
|
-
},
|
450
|
-
"videoId": "OyDSCKYz5sA",
|
451
|
-
"textDisplay": "I'm from the Netherlands, and I say Trump is the best!!\ufeff",
|
452
|
-
"canRate": false,
|
453
|
-
"viewerRating": "none",
|
454
|
-
"likeCount": 144,
|
455
|
-
"publishedAt": "2016-10-16T09:37:45.000Z",
|
456
|
-
"updatedAt": "2016-10-17T11:31:54.000Z"
|
457
|
-
}
|
458
|
-
},
|
459
|
-
"canReply": false,
|
460
|
-
"totalReplyCount": 28,
|
461
|
-
"isPublic": true
|
462
|
-
}
|
463
|
-
},
|
464
|
-
{
|
465
|
-
"kind": "youtube#commentThread",
|
466
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/wCUk1v0s3VgeC5nEPQWl_DLwlUs\"",
|
467
|
-
"id": "z13hilnactvdd3twc04cgrnzipach5jx150",
|
468
|
-
"snippet": {
|
469
|
-
"videoId": "OyDSCKYz5sA",
|
470
|
-
"topLevelComment": {
|
471
|
-
"kind": "youtube#comment",
|
472
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/8e_KH6X5Cng3GDE-4bPuAjlGFHE\"",
|
473
|
-
"id": "z13hilnactvdd3twc04cgrnzipach5jx150",
|
474
|
-
"snippet": {
|
475
|
-
"authorDisplayName": "Mudi Guo",
|
476
|
-
"authorProfileImageUrl": "https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=50",
|
477
|
-
"authorChannelUrl": "http://www.youtube.com/channel/UCClwEEDPUrULjwQDiJVH43A",
|
478
|
-
"authorChannelId": {
|
479
|
-
"value": "UCClwEEDPUrULjwQDiJVH43A"
|
480
|
-
},
|
481
|
-
"videoId": "OyDSCKYz5sA",
|
482
|
-
"textDisplay": "her smile... it looks so phoney for some reason\ufeff",
|
483
|
-
"canRate": false,
|
484
|
-
"viewerRating": "none",
|
485
|
-
"likeCount": 5,
|
486
|
-
"publishedAt": "2016-10-21T14:06:52.000Z",
|
487
|
-
"updatedAt": "2016-10-21T14:06:52.000Z"
|
488
|
-
}
|
489
|
-
},
|
490
|
-
"canReply": false,
|
491
|
-
"totalReplyCount": 3,
|
492
|
-
"isPublic": true
|
493
|
-
}
|
494
|
-
},
|
495
|
-
{
|
496
|
-
"kind": "youtube#commentThread",
|
497
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/wNgDOP2eH_2nXv6ifE39Ftg7AH0\"",
|
498
|
-
"id": "z12yg1aajzmufd33k23ejpz43nj2sbqlp",
|
499
|
-
"snippet": {
|
500
|
-
"videoId": "OyDSCKYz5sA",
|
501
|
-
"topLevelComment": {
|
502
|
-
"kind": "youtube#comment",
|
503
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/39i0ULBMLGPftwXE16e9XvXrjng\"",
|
504
|
-
"id": "z12yg1aajzmufd33k23ejpz43nj2sbqlp",
|
505
|
-
"snippet": {
|
506
|
-
"authorDisplayName": "A. C.",
|
507
|
-
"authorProfileImageUrl": "https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=50",
|
508
|
-
"authorChannelUrl": "http://www.youtube.com/channel/UCWGyxlzCdwtNdDSl915tZ8w",
|
509
|
-
"authorChannelId": {
|
510
|
-
"value": "UCWGyxlzCdwtNdDSl915tZ8w"
|
511
|
-
},
|
512
|
-
"videoId": "OyDSCKYz5sA",
|
513
|
-
"textDisplay": "Many things Trump says are crazy but true, and in times like this I choose crazy over corrupt cunt\ufeff",
|
514
|
-
"canRate": false,
|
515
|
-
"viewerRating": "none",
|
516
|
-
"likeCount": 61,
|
517
|
-
"publishedAt": "2016-10-20T03:15:07.000Z",
|
518
|
-
"updatedAt": "2016-10-20T03:15:07.000Z"
|
519
|
-
}
|
520
|
-
},
|
521
|
-
"canReply": false,
|
522
|
-
"totalReplyCount": 4,
|
523
|
-
"isPublic": true
|
524
|
-
}
|
525
|
-
},
|
526
|
-
{
|
527
|
-
"kind": "youtube#commentThread",
|
528
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/fEtRzMaunAwoudUfT0isVIlz08w\"",
|
529
|
-
"id": "z135enpypyrzetxmp23dvdso4zjhvhlii04",
|
530
|
-
"snippet": {
|
531
|
-
"videoId": "OyDSCKYz5sA",
|
532
|
-
"topLevelComment": {
|
533
|
-
"kind": "youtube#comment",
|
534
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/na74rWWtru54AyHOeSWAoQ_iWs4\"",
|
535
|
-
"id": "z135enpypyrzetxmp23dvdso4zjhvhlii04",
|
536
|
-
"snippet": {
|
537
|
-
"authorDisplayName": "BlackSheep Santana",
|
538
|
-
"authorProfileImageUrl": "https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=50",
|
539
|
-
"authorChannelUrl": "http://www.youtube.com/channel/UCk3ToMAS8BnmwEy1CEC_dtQ",
|
540
|
-
"authorChannelId": {
|
541
|
-
"value": "UCk3ToMAS8BnmwEy1CEC_dtQ"
|
542
|
-
},
|
543
|
-
"videoId": "OyDSCKYz5sA",
|
544
|
-
"textDisplay": "bruh.... no matter who we vote for...America is fucked.... simple..\ufeff",
|
545
|
-
"canRate": false,
|
546
|
-
"viewerRating": "none",
|
547
|
-
"likeCount": 13,
|
548
|
-
"publishedAt": "2016-10-21T17:04:46.000Z",
|
549
|
-
"updatedAt": "2016-10-21T17:04:46.000Z"
|
550
|
-
}
|
551
|
-
},
|
552
|
-
"canReply": false,
|
553
|
-
"totalReplyCount": 6,
|
554
|
-
"isPublic": true
|
555
|
-
}
|
556
|
-
},
|
557
|
-
{
|
558
|
-
"kind": "youtube#commentThread",
|
559
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/wJegovn0bsrralmu_o6PmG8hG_M\"",
|
560
|
-
"id": "z12lyhg4irfhv5e1a23yz3rjupuovj4cp",
|
561
|
-
"snippet": {
|
562
|
-
"videoId": "OyDSCKYz5sA",
|
563
|
-
"topLevelComment": {
|
564
|
-
"kind": "youtube#comment",
|
565
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/_KcDkKRXN5dCs5UWM9ne0wl-CFk\"",
|
566
|
-
"id": "z12lyhg4irfhv5e1a23yz3rjupuovj4cp",
|
567
|
-
"snippet": {
|
568
|
-
"authorDisplayName": "luckyshottzZZ",
|
569
|
-
"authorProfileImageUrl": "https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=50",
|
570
|
-
"authorChannelUrl": "http://www.youtube.com/channel/UCq2ebmIdpW5F4UWoqIf3vzA",
|
571
|
-
"authorChannelId": {
|
572
|
-
"value": "UCq2ebmIdpW5F4UWoqIf3vzA"
|
573
|
-
},
|
574
|
-
"videoId": "OyDSCKYz5sA",
|
575
|
-
"textDisplay": "When you look back many years at hillary and trump, hillary has changed most of her views according to what people believe, to get votes etc. Donald trump has had the same ideas and goals and hasnt really changed anything.\ufeff",
|
576
|
-
"canRate": false,
|
577
|
-
"viewerRating": "none",
|
578
|
-
"likeCount": 34,
|
579
|
-
"publishedAt": "2016-10-17T15:31:53.000Z",
|
580
|
-
"updatedAt": "2016-10-17T15:31:53.000Z"
|
581
|
-
}
|
582
|
-
},
|
583
|
-
"canReply": false,
|
584
|
-
"totalReplyCount": 4,
|
585
|
-
"isPublic": true
|
586
|
-
}
|
587
|
-
},
|
588
|
-
{
|
589
|
-
"kind": "youtube#commentThread",
|
590
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/ggPoMUrc3sZc5t9hhBOVaLL5XKc\"",
|
591
|
-
"id": "z134xtjrwl2lznwj104cendj3kmhvzfqdbw",
|
592
|
-
"snippet": {
|
593
|
-
"videoId": "OyDSCKYz5sA",
|
594
|
-
"topLevelComment": {
|
595
|
-
"kind": "youtube#comment",
|
596
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/vUycVauueYDNFkm0ZZXAVF2NgqM\"",
|
597
|
-
"id": "z134xtjrwl2lznwj104cendj3kmhvzfqdbw",
|
598
|
-
"snippet": {
|
599
|
-
"authorDisplayName": "Brad Smith",
|
600
|
-
"authorProfileImageUrl": "https://lh3.googleusercontent.com/-Vtmy_c8YdSE/AAAAAAAAAAI/AAAAAAAAAFw/KDHVEoHn21w/photo.jpg?sz=50",
|
601
|
-
"authorChannelUrl": "http://www.youtube.com/channel/UCNCPii5grMs2mZ7DYr5pOqw",
|
602
|
-
"authorChannelId": {
|
603
|
-
"value": "UCNCPii5grMs2mZ7DYr5pOqw"
|
604
|
-
},
|
605
|
-
"videoId": "OyDSCKYz5sA",
|
606
|
-
"textDisplay": "How many women did Bill Clinton (Hillary's husband) rape? Thumbs up if you believe Bill (Clinton/Cosby) are rapists!\ufeff",
|
607
|
-
"canRate": false,
|
608
|
-
"viewerRating": "none",
|
609
|
-
"likeCount": 140,
|
610
|
-
"publishedAt": "2016-10-16T10:31:38.000Z",
|
611
|
-
"updatedAt": "2016-10-16T10:31:38.000Z"
|
612
|
-
}
|
613
|
-
},
|
614
|
-
"canReply": false,
|
615
|
-
"totalReplyCount": 43,
|
616
|
-
"isPublic": true
|
617
|
-
}
|
618
|
-
},
|
619
|
-
{
|
620
|
-
"kind": "youtube#commentThread",
|
621
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/0t2D8GlVZRcdpP8C4nu7QgSyfdk\"",
|
622
|
-
"id": "z133zljz4syjgdfgr04ce5mjdxmycruzjqc0k",
|
623
|
-
"snippet": {
|
624
|
-
"videoId": "OyDSCKYz5sA",
|
625
|
-
"topLevelComment": {
|
626
|
-
"kind": "youtube#comment",
|
627
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/U0okYaxUKsLuGIEY6MjCHPqLFn8\"",
|
628
|
-
"id": "z133zljz4syjgdfgr04ce5mjdxmycruzjqc0k",
|
629
|
-
"snippet": {
|
630
|
-
"authorDisplayName": "Kevin Koen (Error 404)",
|
631
|
-
"authorProfileImageUrl": "https://lh4.googleusercontent.com/-5ri7VjovO-M/AAAAAAAAAAI/AAAAAAAAAH8/nVpwwk87yrY/photo.jpg?sz=50",
|
632
|
-
"authorChannelUrl": "http://www.youtube.com/channel/UC6x-goCqm1GFV9sKYueCDJQ",
|
633
|
-
"authorChannelId": {
|
634
|
-
"value": "UC6x-goCqm1GFV9sKYueCDJQ"
|
635
|
-
},
|
636
|
-
"videoId": "OyDSCKYz5sA",
|
637
|
-
"textDisplay": "is it just me or is it hilarious to watch america`s debates between these 2 nuttheads\ufeff",
|
638
|
-
"canRate": false,
|
639
|
-
"viewerRating": "none",
|
640
|
-
"likeCount": 6,
|
641
|
-
"publishedAt": "2016-10-22T11:29:24.000Z",
|
642
|
-
"updatedAt": "2016-10-22T11:29:24.000Z"
|
643
|
-
}
|
644
|
-
},
|
645
|
-
"canReply": false,
|
646
|
-
"totalReplyCount": 1,
|
647
|
-
"isPublic": true
|
648
|
-
}
|
649
|
-
},
|
650
|
-
{
|
651
|
-
"kind": "youtube#commentThread",
|
652
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/5Dl6wJwuSFr2jIYpQjSOES8wt-s\"",
|
653
|
-
"id": "z122wdi42quvchm3122cfffiswinzrelr",
|
654
|
-
"snippet": {
|
655
|
-
"videoId": "OyDSCKYz5sA",
|
656
|
-
"topLevelComment": {
|
657
|
-
"kind": "youtube#comment",
|
658
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/lCITUsIsCn6eChoYFHfJgJjFzTQ\"",
|
659
|
-
"id": "z122wdi42quvchm3122cfffiswinzrelr",
|
660
|
-
"snippet": {
|
661
|
-
"authorDisplayName": "Indra Windiardi",
|
662
|
-
"authorProfileImageUrl": "https://lh4.googleusercontent.com/-iC4RUeooOmo/AAAAAAAAAAI/AAAAAAAAAQU/lIiG4EucUmg/photo.jpg?sz=50",
|
663
|
-
"authorChannelUrl": "http://www.youtube.com/channel/UCb3wln4sRmgP8sa5Kpj-lYw",
|
664
|
-
"authorChannelId": {
|
665
|
-
"value": "UCb3wln4sRmgP8sa5Kpj-lYw"
|
666
|
-
},
|
667
|
-
"videoId": "OyDSCKYz5sA",
|
668
|
-
"textDisplay": "do you Americans actually have better candidates than these two? any newer faces/ younger/ brighter idea? 1/4 of this debate just sex sex and sex, lol\ufeff",
|
669
|
-
"canRate": false,
|
670
|
-
"viewerRating": "none",
|
671
|
-
"likeCount": 54,
|
672
|
-
"publishedAt": "2016-10-15T03:36:25.000Z",
|
673
|
-
"updatedAt": "2016-10-15T03:43:14.000Z"
|
674
|
-
}
|
675
|
-
},
|
676
|
-
"canReply": false,
|
677
|
-
"totalReplyCount": 11,
|
678
|
-
"isPublic": true
|
679
|
-
}
|
680
|
-
},
|
681
|
-
{
|
682
|
-
"kind": "youtube#commentThread",
|
683
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/zUCF82K4PtSnA2v3pCjDvZ4y_FY\"",
|
684
|
-
"id": "z12atdlb3nvghvjak04ccpgiarigddsr0oc0k",
|
685
|
-
"snippet": {
|
686
|
-
"videoId": "OyDSCKYz5sA",
|
687
|
-
"topLevelComment": {
|
688
|
-
"kind": "youtube#comment",
|
689
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/hxYTUAK6QOMQIV5N55NifZ7x3oY\"",
|
690
|
-
"id": "z12atdlb3nvghvjak04ccpgiarigddsr0oc0k",
|
691
|
-
"snippet": {
|
692
|
-
"authorDisplayName": "Nepheista Solace",
|
693
|
-
"authorProfileImageUrl": "https://lh4.googleusercontent.com/--cgi3JZBioo/AAAAAAAAAAI/AAAAAAAAAEs/GXlPRGiE5p0/photo.jpg?sz=50",
|
694
|
-
"authorChannelUrl": "http://www.youtube.com/channel/UCbY_3GW5r_jaJiqpQoF8yvg",
|
695
|
-
"authorChannelId": {
|
696
|
-
"value": "UCbY_3GW5r_jaJiqpQoF8yvg"
|
697
|
-
},
|
698
|
-
"videoId": "OyDSCKYz5sA",
|
699
|
-
"textDisplay": "I will put my hands up and admit that in the beginning i used to really not like Trump because of all the things people were saying about him and now as i have learnt the truth and that the things people were saying were not true, I am proud to say that i like him now :) He will be a true president and yes i believe he will make America Great Again. Hillary won't. She'll bring world war 3! Trump apologized for the way he was in that recording and to be honest that is nothing compared to what Hillary and Bill have done. If you ask me i'd be scared if Hillary became president she has already said she wants to attack Russia! Trump isn't a threat to this world Hillary damn well is, so guys get some sense and vote for Trump. Hillary isn't going to make America great again, she will destroy America!\ufeff",
|
700
|
-
"canRate": false,
|
701
|
-
"viewerRating": "none",
|
702
|
-
"likeCount": 35,
|
703
|
-
"publishedAt": "2016-10-19T09:13:28.000Z",
|
704
|
-
"updatedAt": "2016-10-19T09:13:28.000Z"
|
705
|
-
}
|
706
|
-
},
|
707
|
-
"canReply": false,
|
708
|
-
"totalReplyCount": 3,
|
709
|
-
"isPublic": true
|
710
|
-
}
|
711
|
-
},
|
712
|
-
{
|
713
|
-
"kind": "youtube#commentThread",
|
714
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/99R-JC-i3AYgwoOz-NvM_ztUKBk\"",
|
715
|
-
"id": "z134i3mbgnrtf1ac222otzj50v2ig14cc",
|
716
|
-
"snippet": {
|
717
|
-
"videoId": "OyDSCKYz5sA",
|
718
|
-
"topLevelComment": {
|
719
|
-
"kind": "youtube#comment",
|
720
|
-
"etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/9VfAq_9bYsg-tsGTlstVR8IaHJQ\"",
|
721
|
-
"id": "z134i3mbgnrtf1ac222otzj50v2ig14cc",
|
722
|
-
"snippet": {
|
723
|
-
"authorDisplayName": "Neva Handy",
|
724
|
-
"authorProfileImageUrl": "https://lh6.googleusercontent.com/-54I_mRkq3eA/AAAAAAAAAAI/AAAAAAAAAE8/Osq6DsOhiLA/photo.jpg?sz=50",
|
725
|
-
"authorChannelUrl": "http://www.youtube.com/channel/UCR-mpoBYGuDOODWqXGFhFXQ",
|
726
|
-
"authorChannelId": {
|
727
|
-
"value": "UCR-mpoBYGuDOODWqXGFhFXQ"
|
728
|
-
},
|
729
|
-
"videoId": "OyDSCKYz5sA",
|
730
|
-
"textDisplay": ""She is all talk but gets nothing done." That really sounds like every politician.\ufeff",
|
731
|
-
"canRate": false,
|
732
|
-
"viewerRating": "none",
|
733
|
-
"likeCount": 60,
|
734
|
-
"publishedAt": "2016-10-14T13:25:13.000Z",
|
735
|
-
"updatedAt": "2016-10-14T13:25:13.000Z"
|
736
|
-
}
|
737
|
-
},
|
738
|
-
"canReply": false,
|
739
|
-
"totalReplyCount": 9,
|
740
|
-
"isPublic": true
|
741
|
-
}
|
742
|
-
}
|
743
|
-
]
|
744
|
-
}
|
745
|
-
http_version:
|
746
|
-
recorded_at: Sun, 23 Oct 2016 13:01:51 GMT
|
747
|
-
- request:
|
748
|
-
method: get
|
749
|
-
uri: https://www.googleapis.com/youtube/v3/commentThreads?fields=&key=<API_KEY>&order=relevance&part=snippet&videoId=OyDSCKYz5sA
|
750
|
-
body:
|
751
|
-
encoding: US-ASCII
|
752
|
-
string: ''
|
753
|
-
headers:
|
754
|
-
Connection:
|
755
|
-
- close
|
756
|
-
Host:
|
757
|
-
- www.googleapis.com
|
758
|
-
User-Agent:
|
759
|
-
- http.rb/2.0.3
|
760
|
-
response:
|
761
|
-
status:
|
762
|
-
code: 200
|
763
|
-
message: OK
|
764
|
-
headers:
|
765
|
-
Expires:
|
766
|
-
- Sun, 23 Oct 2016 13:02:02 GMT
|
767
|
-
Date:
|
768
|
-
- Sun, 23 Oct 2016 13:02:02 GMT
|
769
|
-
Cache-Control:
|
770
|
-
- private, max-age=0, must-revalidate, no-transform
|
771
|
-
Etag:
|
772
|
-
- '"I_8xdZu766_FSaexEaDXTIfEWc0/jEYaAenVG00dHhCyJtQO2LHJIYg"'
|
773
|
-
Vary:
|
774
|
-
- Origin
|
775
|
-
- X-Origin
|
776
|
-
Content-Type:
|
777
|
-
- application/json; charset=UTF-8
|
778
|
-
X-Content-Type-Options:
|
779
|
-
- nosniff
|
780
|
-
X-Frame-Options:
|
781
|
-
- SAMEORIGIN
|
782
|
-
X-Xss-Protection:
|
783
|
-
- 1; mode=block
|
784
|
-
Content-Length:
|
785
|
-
- '3'
|
786
|
-
Server:
|
787
|
-
- GSE
|
788
|
-
Alt-Svc:
|
789
|
-
- quic=":443"; ma=2592000; v="36,35,34"
|
790
|
-
Connection:
|
791
|
-
- close
|
792
|
-
body:
|
793
|
-
encoding: UTF-8
|
794
|
-
string: "{}\n"
|
795
|
-
http_version:
|
796
|
-
recorded_at: Sun, 23 Oct 2016 13:02:03 GMT
|
797
|
-
- request:
|
798
|
-
method: get
|
799
|
-
uri: https://www.googleapis.com/youtube/v3/commentThreads?fields=&key=<API_KEY>&order=relevance&part=snippet&videoId=OyDSCKYz5sA
|
800
|
-
body:
|
801
|
-
encoding: US-ASCII
|
802
|
-
string: ''
|
803
|
-
headers:
|
804
|
-
Connection:
|
805
|
-
- close
|
806
|
-
Host:
|
807
|
-
- www.googleapis.com
|
808
|
-
User-Agent:
|
809
|
-
- http.rb/2.0.3
|
810
|
-
response:
|
811
|
-
status:
|
812
|
-
code: 200
|
813
|
-
message: OK
|
814
|
-
headers:
|
815
|
-
Expires:
|
816
|
-
- Sun, 23 Oct 2016 13:02:03 GMT
|
817
|
-
Date:
|
818
|
-
- Sun, 23 Oct 2016 13:02:03 GMT
|
819
|
-
Cache-Control:
|
820
|
-
- private, max-age=0, must-revalidate, no-transform
|
821
|
-
Etag:
|
822
|
-
- '"I_8xdZu766_FSaexEaDXTIfEWc0/ekcsKMbFKaZN6CSkj_Sr2KdsuR4"'
|
823
|
-
Vary:
|
824
|
-
- Origin
|
825
|
-
- X-Origin
|
826
|
-
Content-Type:
|
827
|
-
- application/json; charset=UTF-8
|
828
|
-
X-Content-Type-Options:
|
829
|
-
- nosniff
|
830
|
-
X-Frame-Options:
|
831
|
-
- SAMEORIGIN
|
832
|
-
X-Xss-Protection:
|
833
|
-
- 1; mode=block
|
834
|
-
Content-Length:
|
835
|
-
- '3'
|
836
|
-
Server:
|
837
|
-
- GSE
|
838
|
-
Alt-Svc:
|
839
|
-
- quic=":443"; ma=2592000; v="36,35,34"
|
840
|
-
Connection:
|
841
|
-
- close
|
842
|
-
body:
|
843
|
-
encoding: UTF-8
|
844
|
-
string: "{}\n"
|
845
|
-
http_version:
|
846
|
-
recorded_at: Sun, 23 Oct 2016 13:02:03 GMT
|
847
|
-
- request:
|
848
|
-
method: get
|
849
|
-
uri: https://www.googleapis.com/youtube/v3/videos?fields=items(id,snippet(channelId,description,publishedAt,title))&id=OyDSCKYz5sA&key=<API_KEY>&part=snippet
|
850
|
-
body:
|
851
|
-
encoding: US-ASCII
|
852
|
-
string: ''
|
853
|
-
headers:
|
854
|
-
Connection:
|
855
|
-
- close
|
856
|
-
Host:
|
857
|
-
- www.googleapis.com
|
858
|
-
User-Agent:
|
859
|
-
- http.rb/2.0.3
|
860
|
-
response:
|
861
|
-
status:
|
862
|
-
code: 200
|
863
|
-
message: OK
|
864
|
-
headers:
|
865
|
-
Expires:
|
866
|
-
- Tue, 25 Oct 2016 14:48:51 GMT
|
867
|
-
Date:
|
868
|
-
- Tue, 25 Oct 2016 14:48:51 GMT
|
869
|
-
Cache-Control:
|
870
|
-
- private, max-age=300, must-revalidate, no-transform
|
871
|
-
Etag:
|
872
|
-
- '"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/4ONzo4UwlN89WUTxWancAMc6iMo"'
|
873
|
-
Vary:
|
874
|
-
- Origin
|
875
|
-
- X-Origin
|
876
|
-
Content-Type:
|
877
|
-
- application/json; charset=UTF-8
|
878
|
-
X-Content-Type-Options:
|
879
|
-
- nosniff
|
880
|
-
X-Frame-Options:
|
881
|
-
- SAMEORIGIN
|
882
|
-
X-Xss-Protection:
|
883
|
-
- 1; mode=block
|
884
|
-
Content-Length:
|
885
|
-
- '5145'
|
886
|
-
Server:
|
887
|
-
- GSE
|
888
|
-
Alt-Svc:
|
889
|
-
- quic=":443"; ma=2592000; v="36,35,34"
|
890
|
-
Connection:
|
891
|
-
- close
|
892
|
-
body:
|
893
|
-
encoding: UTF-8
|
894
|
-
string: |
|
895
|
-
{
|
896
|
-
"items": [
|
897
|
-
{
|
898
|
-
"id": "OyDSCKYz5sA",
|
899
|
-
"snippet": {
|
900
|
-
"publishedAt": "2016-10-10T03:17:07.000Z",
|
901
|
-
"channelId": "UCYE8GO8URXHt3eLkqeo3uSw",
|
902
|
-
"title": "FULL: Second Presidential Debate - Donald Trump vs Hillary Clinton - Washington University 10/9/2016",
|
903
|
-
"description": "WATCH: Final Presidential Debate - Donald Trump vs Hillary Clinton: https://www.youtube.com/watch?v=dGQGwIr47YY\n\nWATCH: Third - Last Presidential Debate - Donald Trump vs Hillary Clinton: https://www.youtube.com/watch?v=dGQGwIr47YY\n\nClick Here To Go Straight To The Livestream Page!\n\n----------------------------------------------------------------------------------------------\n\nWATCH LIVE: Second Presidential Debate - Donald Trump vs Hillary Clinton - St. Louis, MO (10/9/2016) - Donald Trump & Hillary Clinton 2nd Presidential Debate at Washington University (October 9, 2016) - Trump Clinton debate\n\nSecond Debate trump vs clinton\n\nModerator: Martha Raddatz, Chief Global Affairs Correspondent and Co-Anchor of \"This Week,\" ABC \n\nDonald Trump vs Hillary Clinton Second Presidential Debate In Washington University in St. Louis, St. Louis, MO October 9th 2016 HQ HD~Live Trump vs Clinton Second Presidential Debate 2016 HD~LIVE Stream: Donald Trump vs Hillary Clinton Second Presidential Debate at the Washington University in St. Louis, St. Louis, MO 10/9/2016\nTrump Clinton Debate\nThe 2nd Presidential Debate\nSecond Presidential Debate 2016\nFULL Second Presidential Debate: Donald Trump vs Hillary Clinton 10/09/2016 - St. Louis, MO\nDonald Trump vs Hillary Clinton - Second Presidential Debate - St. Louis, MO (10/9/16)\nthe second presidential debate between Hillary Clinton and Donald Trump\nLIVE Stream: Donald Trump vs Hillary Clinton Second Presidential Debate In Washington University in St. Louis, St. Louis, MO 10/9/2016 HQ HD\nLIVE Stream: Donald Trump vs Hillary Clinton Second Presidential Debate In Washington University in St. Louis, St. Louis, MO 10/9/2016 HD\nLIVE Stream: Donald Trump vs Hillary Clinton Second Presidential Debate In Washington University in St. Louis, St. Louis, MO October 9th 2016\nLive Trump vs Clinton Second Presidential Debate 2016 HD LIVE Stream: Donald Trump vs Hillary Clinton Second Presidential Debate at the Washington University in St. Louis, St. Louis, MO 10/9/2016 LIVE Stream: Donald Trump vs Hillary Clinton Second Presidential Debate at the Washington University in St. Louis, St. Louis, MO 10/9/2016\n\nWATCH LIVESTREAM LIVE HQ Donald Trump vs Hillary Clinton 1st Presidential Debate at the Washington University in St. Louis\nMonday, September 26, 2016\nSecond presidential debate\nModerator: Lester Holt, Anchor, NBC Nightly News\nLocation: Washington University, Hempstead, MO\n\n\nTV Channels – Each debate will be broadcast live on C-SPAN, ABC, CBS, FOX and NBC, as well as all cable news channels including CNN, Fox News and MSNBC among others.\n\nFull Videos – Click the “Watch Full Video Link” below on each debate to watch the entire debate video.\n\nLIVE Stream: Donald Trump vs Hillary Clinton Second Presidential Debate In St. Louis 9-26-2016 HQ HD \n\nLIVE Stream: Donald Trump Hillary Clinton Second Presidential Debate In St. Louis 9-26-2016 HQ HD\n\nLIVE Stream: Donald Trump vs Hillary Clinton Second Presidential Debate In St. Louis 9-26-16 HQ HD\n\nLIVE Stream: Donald Trump vs Hillary Clinton Second Presidential Debate In St. Louis September 26th 2016 HQ HD\n\nLive Trump vs Hillary Second Presidential Debate 2016 HD\n\nLIVE Stream: Donald Trump vs Hillary Clinton Second Presidential Debate at the Washington University, Hempstead, MO\n\nLIVE Stream: Donald Trump vs Hillary Clinton Second Presidential Debate at the Washington University, Hempstead\n\nLIVE Stream: Trump vs Clinton Second Presidential Debate at the Washington University, Hempstead 9/26/16 HD\n\nLIVE Stream: Donald Trump vs Hillary Clinton Second Presidential Debate at the Washington University 9-26-2016 HD\n\nTAGS: Live Stream, Donald Trump, Hillary Clinton, Second Presidential Debate 2016, Trump live debate,\nlive trump debate 2016, live hillary clinton debate 2016,\nlive trump vs hillary debate 2016, live stream donald trump debates hillary clinton,\nwatch live presidential debate 2016, live Washington University, live hempstead,\nlive St. Louis debate 2016, livestream hillary vs trump debate, lester holt,\nfull Second presidential debate, live debate trump vs hillary, live 2016 debate\n\nDonald Trump Rally \nHillary Clinton Speech\nDonald Trump Speech \nHillary Clinton Rally \nTim Kaine Rally Speech Live Event \n\nPresidential Debate\n2016 Presidential Debate\nTrump Clinton Debate\nKaine Pence debate\n\nPresidential Debate\n2016 Presidential Debate\n\n#Debates #Debates2016 #debatenight #donaldtrump #trump2016 #trump #TrumpPence16 #TrumpRally #trumptrain #politics #trump4prez #makeamericagreatagain #VoteTrump2016 #TrumpHasMyVote #teamtrump #vote4trump #votetrump #trumpforpresident #americaSecond #trumphasmysupport #Debate #PresidentialDebate #SecondPresidentialdebate #HillaryClinton #Hillary #Clinton #Clinton2016 #ClintonKaine #Hofstra"
|
904
|
-
}
|
905
|
-
}
|
906
|
-
]
|
907
|
-
}
|
908
|
-
http_version:
|
909
|
-
recorded_at: Tue, 25 Oct 2016 14:48:51 GMT
|
910
3
|
- request:
|
911
4
|
method: get
|
912
5
|
uri: https://www.googleapis.com/youtube/v3/comments?id=z13ryv5pynjvtfgst23iy5uxhsrkvzzfz&key=<API_KEY>&part=snippet
|
@@ -926,9 +19,9 @@ http_interactions:
|
|
926
19
|
message: OK
|
927
20
|
headers:
|
928
21
|
Expires:
|
929
|
-
-
|
22
|
+
- Wed, 02 Nov 2016 03:00:03 GMT
|
930
23
|
Date:
|
931
|
-
-
|
24
|
+
- Wed, 02 Nov 2016 03:00:03 GMT
|
932
25
|
Cache-Control:
|
933
26
|
- private, max-age=0, must-revalidate, no-transform
|
934
27
|
Etag:
|
@@ -981,136 +74,10 @@ http_interactions:
|
|
981
74
|
]
|
982
75
|
}
|
983
76
|
http_version:
|
984
|
-
recorded_at:
|
77
|
+
recorded_at: Wed, 02 Nov 2016 03:00:03 GMT
|
985
78
|
- request:
|
986
79
|
method: get
|
987
|
-
uri: https://www.googleapis.com/youtube/v3/comments?fields=items(snippet(authorChannelId,authorChannelUrl
|
988
|
-
body:
|
989
|
-
encoding: US-ASCII
|
990
|
-
string: ''
|
991
|
-
headers:
|
992
|
-
Connection:
|
993
|
-
- close
|
994
|
-
Host:
|
995
|
-
- www.googleapis.com
|
996
|
-
User-Agent:
|
997
|
-
- http.rb/2.0.3
|
998
|
-
response:
|
999
|
-
status:
|
1000
|
-
code: 400
|
1001
|
-
message: Bad Request
|
1002
|
-
headers:
|
1003
|
-
Vary:
|
1004
|
-
- Origin,Accept-Encoding
|
1005
|
-
- X-Origin
|
1006
|
-
Content-Type:
|
1007
|
-
- application/json; charset=UTF-8
|
1008
|
-
Date:
|
1009
|
-
- Tue, 25 Oct 2016 16:05:05 GMT
|
1010
|
-
Expires:
|
1011
|
-
- Tue, 25 Oct 2016 16:05:05 GMT
|
1012
|
-
Cache-Control:
|
1013
|
-
- private, max-age=0
|
1014
|
-
X-Content-Type-Options:
|
1015
|
-
- nosniff
|
1016
|
-
X-Frame-Options:
|
1017
|
-
- SAMEORIGIN
|
1018
|
-
X-Xss-Protection:
|
1019
|
-
- 1; mode=block
|
1020
|
-
Server:
|
1021
|
-
- GSE
|
1022
|
-
Alt-Svc:
|
1023
|
-
- quic=":443"; ma=2592000; v="36,35,34"
|
1024
|
-
Accept-Ranges:
|
1025
|
-
- none
|
1026
|
-
Connection:
|
1027
|
-
- close
|
1028
|
-
body:
|
1029
|
-
encoding: UTF-8
|
1030
|
-
string: |
|
1031
|
-
{
|
1032
|
-
"error": {
|
1033
|
-
"errors": [
|
1034
|
-
{
|
1035
|
-
"domain": "global",
|
1036
|
-
"reason": "invalidParameter",
|
1037
|
-
"message": "Invalid field selection items(snippet(authorChannelId,authorChannelUrl,\r\n authorDisplayName,authorProfileImageUrl)))",
|
1038
|
-
"locationType": "parameter",
|
1039
|
-
"location": "fields"
|
1040
|
-
}
|
1041
|
-
],
|
1042
|
-
"code": 400,
|
1043
|
-
"message": "Invalid field selection items(snippet(authorChannelId,authorChannelUrl,\r\n authorDisplayName,authorProfileImageUrl)))"
|
1044
|
-
}
|
1045
|
-
}
|
1046
|
-
http_version:
|
1047
|
-
recorded_at: Tue, 25 Oct 2016 16:05:05 GMT
|
1048
|
-
- request:
|
1049
|
-
method: get
|
1050
|
-
uri: https://www.googleapis.com/youtube/v3/comments?fields=items(snippet(authorChannelId,authorChannelUrl,authorDisplayName,authorProfileImageUrl)))&id=z13ryv5pynjvtfgst23iy5uxhsrkvzzfz&key=<API_KEY>&part=snippet
|
1051
|
-
body:
|
1052
|
-
encoding: US-ASCII
|
1053
|
-
string: ''
|
1054
|
-
headers:
|
1055
|
-
Connection:
|
1056
|
-
- close
|
1057
|
-
Host:
|
1058
|
-
- www.googleapis.com
|
1059
|
-
User-Agent:
|
1060
|
-
- http.rb/2.0.3
|
1061
|
-
response:
|
1062
|
-
status:
|
1063
|
-
code: 400
|
1064
|
-
message: Bad Request
|
1065
|
-
headers:
|
1066
|
-
Vary:
|
1067
|
-
- Origin,Accept-Encoding
|
1068
|
-
- X-Origin
|
1069
|
-
Content-Type:
|
1070
|
-
- application/json; charset=UTF-8
|
1071
|
-
Date:
|
1072
|
-
- Tue, 25 Oct 2016 16:11:01 GMT
|
1073
|
-
Expires:
|
1074
|
-
- Tue, 25 Oct 2016 16:11:01 GMT
|
1075
|
-
Cache-Control:
|
1076
|
-
- private, max-age=0
|
1077
|
-
X-Content-Type-Options:
|
1078
|
-
- nosniff
|
1079
|
-
X-Frame-Options:
|
1080
|
-
- SAMEORIGIN
|
1081
|
-
X-Xss-Protection:
|
1082
|
-
- 1; mode=block
|
1083
|
-
Server:
|
1084
|
-
- GSE
|
1085
|
-
Alt-Svc:
|
1086
|
-
- quic=":443"; ma=2592000; v="36,35,34,33,32"
|
1087
|
-
Accept-Ranges:
|
1088
|
-
- none
|
1089
|
-
Connection:
|
1090
|
-
- close
|
1091
|
-
body:
|
1092
|
-
encoding: UTF-8
|
1093
|
-
string: |
|
1094
|
-
{
|
1095
|
-
"error": {
|
1096
|
-
"errors": [
|
1097
|
-
{
|
1098
|
-
"domain": "global",
|
1099
|
-
"reason": "invalidParameter",
|
1100
|
-
"message": "Invalid field selection items(snippet(authorChannelId,authorChannelUrl,authorDisplayName,authorProfileImageUrl)))",
|
1101
|
-
"locationType": "parameter",
|
1102
|
-
"location": "fields"
|
1103
|
-
}
|
1104
|
-
],
|
1105
|
-
"code": 400,
|
1106
|
-
"message": "Invalid field selection items(snippet(authorChannelId,authorChannelUrl,authorDisplayName,authorProfileImageUrl)))"
|
1107
|
-
}
|
1108
|
-
}
|
1109
|
-
http_version:
|
1110
|
-
recorded_at: Tue, 25 Oct 2016 16:11:02 GMT
|
1111
|
-
- request:
|
1112
|
-
method: get
|
1113
|
-
uri: https://www.googleapis.com/youtube/v3/comments?fields=items(snippet(authorChannelId,authorChannelUrl,authorDisplayName,authorProfileImageUrl))&id=z13ryv5pynjvtfgst23iy5uxhsrkvzzfz&key=<API_KEY>&part=snippet
|
80
|
+
uri: https://www.googleapis.com/youtube/v3/comments?fields=items(snippet(authorChannelId,authorChannelUrl,authorDisplayName,authorProfileImageUrl,likeCount))&id=z13ryv5pynjvtfgst23iy5uxhsrkvzzfz&key=<API_KEY>&part=snippet
|
1114
81
|
body:
|
1115
82
|
encoding: US-ASCII
|
1116
83
|
string: ''
|
@@ -1127,9 +94,9 @@ http_interactions:
|
|
1127
94
|
message: OK
|
1128
95
|
headers:
|
1129
96
|
Expires:
|
1130
|
-
-
|
97
|
+
- Wed, 02 Nov 2016 03:00:04 GMT
|
1131
98
|
Date:
|
1132
|
-
-
|
99
|
+
- Wed, 02 Nov 2016 03:00:04 GMT
|
1133
100
|
Cache-Control:
|
1134
101
|
- private, max-age=0, must-revalidate, no-transform
|
1135
102
|
Etag:
|
@@ -1146,11 +113,11 @@ http_interactions:
|
|
1146
113
|
X-Xss-Protection:
|
1147
114
|
- 1; mode=block
|
1148
115
|
Content-Length:
|
1149
|
-
- '
|
116
|
+
- '396'
|
1150
117
|
Server:
|
1151
118
|
- GSE
|
1152
119
|
Alt-Svc:
|
1153
|
-
- quic=":443"; ma=2592000; v="36,35,34
|
120
|
+
- quic=":443"; ma=2592000; v="36,35,34"
|
1154
121
|
Connection:
|
1155
122
|
- close
|
1156
123
|
body:
|
@@ -1165,13 +132,14 @@ http_interactions:
|
|
1165
132
|
"authorChannelUrl": "http://www.youtube.com/channel/UC8DJocIvsARy4NCaO3Pl1ZA",
|
1166
133
|
"authorChannelId": {
|
1167
134
|
"value": "UC8DJocIvsARy4NCaO3Pl1ZA"
|
1168
|
-
}
|
135
|
+
},
|
136
|
+
"likeCount": 1
|
1169
137
|
}
|
1170
138
|
}
|
1171
139
|
]
|
1172
140
|
}
|
1173
141
|
http_version:
|
1174
|
-
recorded_at:
|
142
|
+
recorded_at: Wed, 02 Nov 2016 03:00:04 GMT
|
1175
143
|
- request:
|
1176
144
|
method: get
|
1177
145
|
uri: https://www.googleapis.com/youtube/v3/videos?fields=items(id,snippet(channelId,description,publishedAt,title))&id=FugHj7MGhss&key=<API_KEY>&part=snippet
|
@@ -1191,13 +159,13 @@ http_interactions:
|
|
1191
159
|
message: OK
|
1192
160
|
headers:
|
1193
161
|
Expires:
|
1194
|
-
-
|
162
|
+
- Wed, 02 Nov 2016 03:00:05 GMT
|
1195
163
|
Date:
|
1196
|
-
-
|
164
|
+
- Wed, 02 Nov 2016 03:00:05 GMT
|
1197
165
|
Cache-Control:
|
1198
166
|
- private, max-age=300, must-revalidate, no-transform
|
1199
167
|
Etag:
|
1200
|
-
- '"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/
|
168
|
+
- '"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/uO7zKX4AINOdfrA4xh0URRsotHc"'
|
1201
169
|
Vary:
|
1202
170
|
- Origin
|
1203
171
|
- X-Origin
|
@@ -1234,7 +202,7 @@ http_interactions:
|
|
1234
202
|
]
|
1235
203
|
}
|
1236
204
|
http_version:
|
1237
|
-
recorded_at:
|
205
|
+
recorded_at: Wed, 02 Nov 2016 03:00:05 GMT
|
1238
206
|
- request:
|
1239
207
|
method: get
|
1240
208
|
uri: https://www.googleapis.com/youtube/v3/commentThreads?key=<API_KEY>&order=relevance&part=snippet&videoId=FugHj7MGhss
|
@@ -1254,13 +222,13 @@ http_interactions:
|
|
1254
222
|
message: OK
|
1255
223
|
headers:
|
1256
224
|
Expires:
|
1257
|
-
-
|
225
|
+
- Wed, 02 Nov 2016 03:00:06 GMT
|
1258
226
|
Date:
|
1259
|
-
-
|
227
|
+
- Wed, 02 Nov 2016 03:00:06 GMT
|
1260
228
|
Cache-Control:
|
1261
229
|
- private, max-age=0, must-revalidate, no-transform
|
1262
230
|
Etag:
|
1263
|
-
- '"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/
|
231
|
+
- '"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/23ckZNbfO0MO6p0lsmMsFaebvpc"'
|
1264
232
|
Vary:
|
1265
233
|
- Origin
|
1266
234
|
- X-Origin
|
@@ -1273,7 +241,7 @@ http_interactions:
|
|
1273
241
|
X-Xss-Protection:
|
1274
242
|
- 1; mode=block
|
1275
243
|
Content-Length:
|
1276
|
-
- '
|
244
|
+
- '22732'
|
1277
245
|
Server:
|
1278
246
|
- GSE
|
1279
247
|
Alt-Svc:
|
@@ -1282,10 +250,37 @@ http_interactions:
|
|
1282
250
|
- close
|
1283
251
|
body:
|
1284
252
|
encoding: UTF-8
|
1285
|
-
string: "{\n \"kind\": \"youtube#commentThreadListResponse\",\n \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/
|
1286
|
-
\"nextPageToken\": \"
|
253
|
+
string: "{\n \"kind\": \"youtube#commentThreadListResponse\",\n \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/23ckZNbfO0MO6p0lsmMsFaebvpc\\\"\",\n
|
254
|
+
\"nextPageToken\": \"Cg0QvsqAm4qJ0AIgACgBEtYBCAAQ2KS8jbT_zwIqyAHqh_GUpM7SnM4BmrKL-sKRv_nOAcey5qDCl9PNzgHL9cnHle2d880Bq9eEl-3C-tDPAceWxMHm8N2pzAHEw8jlqa_qlc0Buaj14uPkgJzPAaKu4dqrnIK3zAG-wYSx5PuGrs8B8cims6H2lozMAeiO47n3xtKszAGh45nkm-W2iswB2fWUht3Z_4DMAdDLre6hkY3DzQGjiq-E94LwwcwB8-2K67GIx6_PAfGirZ_u7O3CzwG416784frOwM0B54rsiPStmuzPARgBIBQox4vR7oqsysuqAQ==\",\n
|
1287
255
|
\"pageInfo\": {\n \"totalResults\": 20,\n \"resultsPerPage\": 20\n },\n
|
1288
|
-
\"items\": [\n {\n \"kind\": \"youtube#commentThread\",\n \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/
|
256
|
+
\"items\": [\n {\n \"kind\": \"youtube#commentThread\",\n \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/0hy8FFDAbrNA7T1QwM45-X-U0Gg\\\"\",\n
|
257
|
+
\ \"id\": \"z12lzhlxtqrjsvaoi04cgp5gak3nslahggg\",\n \"snippet\": {\n \"videoId\":
|
258
|
+
\"FugHj7MGhss\",\n \"topLevelComment\": {\n \"kind\": \"youtube#comment\",\n
|
259
|
+
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/73aSwgQkqceD-TUrV1sIqn22nek\\\"\",\n
|
260
|
+
\ \"id\": \"z12lzhlxtqrjsvaoi04cgp5gak3nslahggg\",\n \"snippet\": {\n
|
261
|
+
\ \"authorDisplayName\": \"麥克喬登\",\n \"authorProfileImageUrl\": \"https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=50\",\n
|
262
|
+
\ \"authorChannelUrl\": \"http://www.youtube.com/channel/UC_tucEOjvnsxxijwQZokN-Q\",\n
|
263
|
+
\ \"authorChannelId\": {\n \"value\": \"UC_tucEOjvnsxxijwQZokN-Q\"\n
|
264
|
+
\ },\n \"videoId\": \"FugHj7MGhss\",\n \"textDisplay\": \"大陸14億
|
265
|
+
高手在民間 臥虎又藏龍\\ufeff\",\n \"canRate\": false,\n \"viewerRating\":
|
266
|
+
\"none\",\n \"likeCount\": 0,\n \"publishedAt\": \"2016-10-29T06:40:54.000Z\",\n
|
267
|
+
\ \"updatedAt\": \"2016-10-29T06:40:54.000Z\"\n }\n },\n \"canReply\":
|
268
|
+
false,\n \"totalReplyCount\": 0,\n \"isPublic\": true\n }\n },\n
|
269
|
+
\ {\n \"kind\": \"youtube#commentThread\",\n \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/vqanG0iSTFYTAJUWzKDGc9c912k\\\"\",\n
|
270
|
+
\ \"id\": \"z13ojzc4syf4txi1223be3fruxzjhj0zy04\",\n \"snippet\": {\n \"videoId\":
|
271
|
+
\"FugHj7MGhss\",\n \"topLevelComment\": {\n \"kind\": \"youtube#comment\",\n
|
272
|
+
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/JTGe4ymHDmPu-XG6UnK_Mn4-nN0\\\"\",\n
|
273
|
+
\ \"id\": \"z13ojzc4syf4txi1223be3fruxzjhj0zy04\",\n \"snippet\": {\n
|
274
|
+
\ \"authorDisplayName\": \"yidong zhang\",\n \"authorProfileImageUrl\":
|
275
|
+
\"https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=50\",\n
|
276
|
+
\ \"authorChannelUrl\": \"http://www.youtube.com/channel/UChFO1JT3gMeEpU3JRP7wd5w\",\n
|
277
|
+
\ \"authorChannelId\": {\n \"value\": \"UChFO1JT3gMeEpU3JRP7wd5w\"\n
|
278
|
+
\ },\n \"videoId\": \"FugHj7MGhss\",\n \"textDisplay\": \"。。。。。。。。\\ufeff\",\n
|
279
|
+
\ \"canRate\": false,\n \"viewerRating\": \"none\",\n \"likeCount\":
|
280
|
+
0,\n \"publishedAt\": \"2016-10-27T18:55:12.000Z\",\n \"updatedAt\":
|
281
|
+
\"2016-10-27T18:55:12.000Z\"\n }\n },\n \"canReply\": false,\n \"totalReplyCount\":
|
282
|
+
0,\n \"isPublic\": true\n }\n },\n {\n \"kind\": \"youtube#commentThread\",\n
|
283
|
+
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/llFuV14l9Bwiq2jlg0qzV8Ey7Fc\\\"\",\n
|
1289
284
|
\ \"id\": \"z122xfko2suxyh2lq22vip3a0qqyh5tkl\",\n \"snippet\": {\n \"videoId\":
|
1290
285
|
\"FugHj7MGhss\",\n \"topLevelComment\": {\n \"kind\": \"youtube#comment\",\n
|
1291
286
|
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/L6tc-Taa9o4RmVeoOe91gjP6X6k\\\"\",\n
|
@@ -1355,20 +350,6 @@ http_interactions:
|
|
1355
350
|
0,\n \"publishedAt\": \"2016-08-24T02:30:51.000Z\",\n \"updatedAt\":
|
1356
351
|
\"2016-08-24T02:30:51.000Z\"\n }\n },\n \"canReply\": false,\n \"totalReplyCount\":
|
1357
352
|
0,\n \"isPublic\": true\n }\n },\n {\n \"kind\": \"youtube#commentThread\",\n
|
1358
|
-
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/oHRvMNmnm8Hl3v5y2Ra-leGYuvQ\\\"\",\n
|
1359
|
-
\ \"id\": \"z13sszfqfoe1tp3gu04chtlh2niwc10acdc\",\n \"snippet\": {\n \"videoId\":
|
1360
|
-
\"FugHj7MGhss\",\n \"topLevelComment\": {\n \"kind\": \"youtube#comment\",\n
|
1361
|
-
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/A4ld_f5cRYFLJ6o8BsxSopHGgFc\\\"\",\n
|
1362
|
-
\ \"id\": \"z13sszfqfoe1tp3gu04chtlh2niwc10acdc\",\n \"snippet\": {\n
|
1363
|
-
\ \"authorDisplayName\": \"Shaoting Wang\",\n \"authorProfileImageUrl\":
|
1364
|
-
\"https://lh5.googleusercontent.com/-2Y3uSVPWoPM/AAAAAAAAAAI/AAAAAAAAABE/rmDz5D5EbWk/photo.jpg?sz=50\",\n
|
1365
|
-
\ \"authorChannelUrl\": \"http://www.youtube.com/channel/UCuGfSn8tjwI-Jkx6Dy6w7kg\",\n
|
1366
|
-
\ \"authorChannelId\": {\n \"value\": \"UCuGfSn8tjwI-Jkx6Dy6w7kg\"\n
|
1367
|
-
\ },\n \"videoId\": \"FugHj7MGhss\",\n \"textDisplay\": \"66666666666666666666666\\ufeff\",\n
|
1368
|
-
\ \"canRate\": false,\n \"viewerRating\": \"none\",\n \"likeCount\":
|
1369
|
-
1,\n \"publishedAt\": \"2016-03-17T00:42:22.000Z\",\n \"updatedAt\":
|
1370
|
-
\"2016-03-17T00:42:22.000Z\"\n }\n },\n \"canReply\": false,\n \"totalReplyCount\":
|
1371
|
-
0,\n \"isPublic\": true\n }\n },\n {\n \"kind\": \"youtube#commentThread\",\n
|
1372
353
|
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/ZxGgFzhB0JkYNjxxcAIkE6IA_-8\\\"\",\n
|
1373
354
|
\ \"id\": \"z13oj5gxfvuesnnvk22sjrh4npmjgt5e3\",\n \"snippet\": {\n \"videoId\":
|
1374
355
|
\"FugHj7MGhss\",\n \"topLevelComment\": {\n \"kind\": \"youtube#comment\",\n
|
@@ -1383,7 +364,21 @@ http_interactions:
|
|
1383
364
|
\"none\",\n \"likeCount\": 0,\n \"publishedAt\": \"2016-05-26T03:19:44.000Z\",\n
|
1384
365
|
\ \"updatedAt\": \"2016-05-26T03:19:44.000Z\"\n }\n },\n \"canReply\":
|
1385
366
|
false,\n \"totalReplyCount\": 1,\n \"isPublic\": true\n }\n },\n
|
1386
|
-
\ {\n \"kind\": \"youtube#commentThread\",\n \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/
|
367
|
+
\ {\n \"kind\": \"youtube#commentThread\",\n \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/oHRvMNmnm8Hl3v5y2Ra-leGYuvQ\\\"\",\n
|
368
|
+
\ \"id\": \"z13sszfqfoe1tp3gu04chtlh2niwc10acdc\",\n \"snippet\": {\n \"videoId\":
|
369
|
+
\"FugHj7MGhss\",\n \"topLevelComment\": {\n \"kind\": \"youtube#comment\",\n
|
370
|
+
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/A4ld_f5cRYFLJ6o8BsxSopHGgFc\\\"\",\n
|
371
|
+
\ \"id\": \"z13sszfqfoe1tp3gu04chtlh2niwc10acdc\",\n \"snippet\": {\n
|
372
|
+
\ \"authorDisplayName\": \"Shaoting Wang\",\n \"authorProfileImageUrl\":
|
373
|
+
\"https://lh5.googleusercontent.com/-2Y3uSVPWoPM/AAAAAAAAAAI/AAAAAAAAABE/rmDz5D5EbWk/photo.jpg?sz=50\",\n
|
374
|
+
\ \"authorChannelUrl\": \"http://www.youtube.com/channel/UCuGfSn8tjwI-Jkx6Dy6w7kg\",\n
|
375
|
+
\ \"authorChannelId\": {\n \"value\": \"UCuGfSn8tjwI-Jkx6Dy6w7kg\"\n
|
376
|
+
\ },\n \"videoId\": \"FugHj7MGhss\",\n \"textDisplay\": \"66666666666666666666666\\ufeff\",\n
|
377
|
+
\ \"canRate\": false,\n \"viewerRating\": \"none\",\n \"likeCount\":
|
378
|
+
1,\n \"publishedAt\": \"2016-03-17T00:42:22.000Z\",\n \"updatedAt\":
|
379
|
+
\"2016-03-17T00:42:22.000Z\"\n }\n },\n \"canReply\": false,\n \"totalReplyCount\":
|
380
|
+
0,\n \"isPublic\": true\n }\n },\n {\n \"kind\": \"youtube#commentThread\",\n
|
381
|
+
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/k4yO1iXLd-rVtewzhXWDEJ3yQSc\\\"\",\n
|
1387
382
|
\ \"id\": \"z13shjfo5yiqjxauu22cxfqb4wbvy5ub104\",\n \"snippet\": {\n \"videoId\":
|
1388
383
|
\"FugHj7MGhss\",\n \"topLevelComment\": {\n \"kind\": \"youtube#comment\",\n
|
1389
384
|
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/CQlJZmd2Fgmq5dZx4KOqVW2GvoU\\\"\",\n
|
@@ -1479,6 +474,20 @@ http_interactions:
|
|
1479
474
|
0,\n \"publishedAt\": \"2015-12-30T03:13:52.000Z\",\n \"updatedAt\":
|
1480
475
|
\"2015-12-30T03:13:52.000Z\"\n }\n },\n \"canReply\": false,\n \"totalReplyCount\":
|
1481
476
|
0,\n \"isPublic\": true\n }\n },\n {\n \"kind\": \"youtube#commentThread\",\n
|
477
|
+
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/D1p0v79FYL0_-jM937XCtPIbKg4\\\"\",\n
|
478
|
+
\ \"id\": \"z13tg3jpkrrhdpvnf22jvfijikzmgvv5k04\",\n \"snippet\": {\n \"videoId\":
|
479
|
+
\"FugHj7MGhss\",\n \"topLevelComment\": {\n \"kind\": \"youtube#comment\",\n
|
480
|
+
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/0t39um8IcYfTt30MGx1WgK4rCRE\\\"\",\n
|
481
|
+
\ \"id\": \"z13tg3jpkrrhdpvnf22jvfijikzmgvv5k04\",\n \"snippet\": {\n
|
482
|
+
\ \"authorDisplayName\": \"Jian Jin\",\n \"authorProfileImageUrl\":
|
483
|
+
\"https://lh3.googleusercontent.com/-D4NgeTNp59w/AAAAAAAAAAI/AAAAAAAAGg8/Tf-EyLL33hk/photo.jpg?sz=50\",\n
|
484
|
+
\ \"authorChannelUrl\": \"http://www.youtube.com/channel/UCbnrh7OTF2SdnoaWGN-37WA\",\n
|
485
|
+
\ \"authorChannelId\": {\n \"value\": \"UCbnrh7OTF2SdnoaWGN-37WA\"\n
|
486
|
+
\ },\n \"videoId\": \"FugHj7MGhss\",\n \"textDisplay\": \"6666666666666666666666666666\\ufeff\",\n
|
487
|
+
\ \"canRate\": false,\n \"viewerRating\": \"none\",\n \"likeCount\":
|
488
|
+
0,\n \"publishedAt\": \"2015-11-22T15:19:50.000Z\",\n \"updatedAt\":
|
489
|
+
\"2015-11-22T15:19:50.000Z\"\n }\n },\n \"canReply\": false,\n \"totalReplyCount\":
|
490
|
+
0,\n \"isPublic\": true\n }\n },\n {\n \"kind\": \"youtube#commentThread\",\n
|
1482
491
|
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/rcW3qUGUTRAks10_lXc7yosGKXA\\\"\",\n
|
1483
492
|
\ \"id\": \"z13uf5tpexvbfzqzh04chnxphyrgxj0ofr40k\",\n \"snippet\": {\n
|
1484
493
|
\ \"videoId\": \"FugHj7MGhss\",\n \"topLevelComment\": {\n \"kind\":
|
@@ -1520,55 +529,308 @@ http_interactions:
|
|
1520
529
|
\ \"canRate\": false,\n \"viewerRating\": \"none\",\n \"likeCount\":
|
1521
530
|
0,\n \"publishedAt\": \"2015-08-25T13:35:37.000Z\",\n \"updatedAt\":
|
1522
531
|
\"2015-08-25T13:35:37.000Z\"\n }\n },\n \"canReply\": false,\n \"totalReplyCount\":
|
532
|
+
2,\n \"isPublic\": true\n }\n }\n ]\n}\n"
|
533
|
+
http_version:
|
534
|
+
recorded_at: Wed, 02 Nov 2016 03:00:07 GMT
|
535
|
+
- request:
|
536
|
+
method: get
|
537
|
+
uri: https://www.googleapis.com/youtube/v3/videos?fields=items(id,snippet(channelId,description,publishedAt,title))&id=4-kTfNZTGiA&key=<API_KEY>&part=snippet
|
538
|
+
body:
|
539
|
+
encoding: US-ASCII
|
540
|
+
string: ''
|
541
|
+
headers:
|
542
|
+
Connection:
|
543
|
+
- close
|
544
|
+
Host:
|
545
|
+
- www.googleapis.com
|
546
|
+
User-Agent:
|
547
|
+
- http.rb/2.0.3
|
548
|
+
response:
|
549
|
+
status:
|
550
|
+
code: 200
|
551
|
+
message: OK
|
552
|
+
headers:
|
553
|
+
Expires:
|
554
|
+
- Wed, 02 Nov 2016 03:05:06 GMT
|
555
|
+
Date:
|
556
|
+
- Wed, 02 Nov 2016 03:05:06 GMT
|
557
|
+
Cache-Control:
|
558
|
+
- private, max-age=300, must-revalidate, no-transform
|
559
|
+
Etag:
|
560
|
+
- '"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/GwypUcHEeKVqf9MTFmk2217Pq6Y"'
|
561
|
+
Vary:
|
562
|
+
- Origin
|
563
|
+
- X-Origin
|
564
|
+
Content-Type:
|
565
|
+
- application/json; charset=UTF-8
|
566
|
+
X-Content-Type-Options:
|
567
|
+
- nosniff
|
568
|
+
X-Frame-Options:
|
569
|
+
- SAMEORIGIN
|
570
|
+
X-Xss-Protection:
|
571
|
+
- 1; mode=block
|
572
|
+
Content-Length:
|
573
|
+
- '520'
|
574
|
+
Server:
|
575
|
+
- GSE
|
576
|
+
Alt-Svc:
|
577
|
+
- quic=":443"; ma=2592000; v="36,35,34"
|
578
|
+
Connection:
|
579
|
+
- close
|
580
|
+
body:
|
581
|
+
encoding: UTF-8
|
582
|
+
string: "{\n \"items\": [\n {\n \"id\": \"4-kTfNZTGiA\",\n \"snippet\":
|
583
|
+
{\n \"publishedAt\": \"2016-10-28T13:52:12.000Z\",\n \"channelId\":
|
584
|
+
\"UCq0Toe9z00Nzkd34htvdQmg\",\n \"title\": \"【真】【耳機福利】【雙聲道福利】帶上你的耳機,給你不一樣的聽歌向!【第十五期】\",\n
|
585
|
+
\ \"description\": \"\U0001F60E\U0001F60E\\n歌單:\\n四月謊OP\\n向日葵\\n食戟之靈第二季OP
|
586
|
+
\\n吉原\\n夢太晚\\n鳥之夢\\n\\n轉自:Bilibili\\nUP主:格陵蘭雪泥娃娃\\n網址: http://www.bilibili.com/video/av3160991\"\n
|
587
|
+
\ }\n }\n ]\n}\n"
|
588
|
+
http_version:
|
589
|
+
recorded_at: Wed, 02 Nov 2016 03:05:06 GMT
|
590
|
+
- request:
|
591
|
+
method: get
|
592
|
+
uri: https://www.googleapis.com/youtube/v3/commentThreads?key=<API_KEY>&order=relevance&part=snippet&videoId=4-kTfNZTGiA
|
593
|
+
body:
|
594
|
+
encoding: US-ASCII
|
595
|
+
string: ''
|
596
|
+
headers:
|
597
|
+
Connection:
|
598
|
+
- close
|
599
|
+
Host:
|
600
|
+
- www.googleapis.com
|
601
|
+
User-Agent:
|
602
|
+
- http.rb/2.0.3
|
603
|
+
response:
|
604
|
+
status:
|
605
|
+
code: 200
|
606
|
+
message: OK
|
607
|
+
headers:
|
608
|
+
Expires:
|
609
|
+
- Wed, 02 Nov 2016 03:05:06 GMT
|
610
|
+
Date:
|
611
|
+
- Wed, 02 Nov 2016 03:05:06 GMT
|
612
|
+
Cache-Control:
|
613
|
+
- private, max-age=0, must-revalidate, no-transform
|
614
|
+
Etag:
|
615
|
+
- '"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/XUaVa1YsEUqbeTrz0L0Auzcom6c"'
|
616
|
+
Vary:
|
617
|
+
- Origin
|
618
|
+
- X-Origin
|
619
|
+
Content-Type:
|
620
|
+
- application/json; charset=UTF-8
|
621
|
+
X-Content-Type-Options:
|
622
|
+
- nosniff
|
623
|
+
X-Frame-Options:
|
624
|
+
- SAMEORIGIN
|
625
|
+
X-Xss-Protection:
|
626
|
+
- 1; mode=block
|
627
|
+
Content-Length:
|
628
|
+
- '15839'
|
629
|
+
Server:
|
630
|
+
- GSE
|
631
|
+
Alt-Svc:
|
632
|
+
- quic=":443"; ma=2592000; v="36,35,34"
|
633
|
+
Connection:
|
634
|
+
- close
|
635
|
+
body:
|
636
|
+
encoding: UTF-8
|
637
|
+
string: "{\n \"kind\": \"youtube#commentThreadListResponse\",\n \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/XUaVa1YsEUqbeTrz0L0Auzcom6c\\\"\",\n
|
638
|
+
\"pageInfo\": {\n \"totalResults\": 14,\n \"resultsPerPage\": 20\n },\n
|
639
|
+
\"items\": [\n {\n \"kind\": \"youtube#commentThread\",\n \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/mYvy2jxkS6ATE2yJNH-dx-EKVL8\\\"\",\n
|
640
|
+
\ \"id\": \"z123hrsjkxaetbrsq23ju3ebrxzpjhavz\",\n \"snippet\": {\n \"videoId\":
|
641
|
+
\"4-kTfNZTGiA\",\n \"topLevelComment\": {\n \"kind\": \"youtube#comment\",\n
|
642
|
+
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/LCZKU98zMjkfIdqXjyR6iCC5Y3c\\\"\",\n
|
643
|
+
\ \"id\": \"z123hrsjkxaetbrsq23ju3ebrxzpjhavz\",\n \"snippet\": {\n
|
644
|
+
\ \"authorDisplayName\": \"小萌夢\",\n \"authorProfileImageUrl\": \"https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=50\",\n
|
645
|
+
\ \"authorChannelUrl\": \"http://www.youtube.com/channel/UCbEYbd6KYEraQ-9P07FZRcg\",\n
|
646
|
+
\ \"authorChannelId\": {\n \"value\": \"UCbEYbd6KYEraQ-9P07FZRcg\"\n
|
647
|
+
\ },\n \"videoId\": \"4-kTfNZTGiA\",\n \"textDisplay\": \"只知道其中的幾個動漫\\ufeff\",\n
|
648
|
+
\ \"canRate\": false,\n \"viewerRating\": \"none\",\n \"likeCount\":
|
649
|
+
1,\n \"publishedAt\": \"2016-10-28T14:36:45.000Z\",\n \"updatedAt\":
|
650
|
+
\"2016-10-28T14:36:45.000Z\"\n }\n },\n \"canReply\": false,\n \"totalReplyCount\":
|
651
|
+
7,\n \"isPublic\": true\n }\n },\n {\n \"kind\": \"youtube#commentThread\",\n
|
652
|
+
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/AaZiXdTYfcfBeHB4CPtDe2foT3s\\\"\",\n
|
653
|
+
\ \"id\": \"z121fjlx4myxylbnf220yhfpvpr4ex1su\",\n \"snippet\": {\n \"videoId\":
|
654
|
+
\"4-kTfNZTGiA\",\n \"topLevelComment\": {\n \"kind\": \"youtube#comment\",\n
|
655
|
+
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/-zO6-qIOfKCmUtIDDxTAsiLZWlI\\\"\",\n
|
656
|
+
\ \"id\": \"z121fjlx4myxylbnf220yhfpvpr4ex1su\",\n \"snippet\": {\n
|
657
|
+
\ \"authorDisplayName\": \"陳秋梅\",\n \"authorProfileImageUrl\": \"https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=50\",\n
|
658
|
+
\ \"authorChannelUrl\": \"http://www.youtube.com/channel/UCoBQoHwNcgzKFtp3xFsNgLg\",\n
|
659
|
+
\ \"authorChannelId\": {\n \"value\": \"UCoBQoHwNcgzKFtp3xFsNgLg\"\n
|
660
|
+
\ },\n \"videoId\": \"4-kTfNZTGiA\",\n \"textDisplay\": \"躺在地上的巨人是?\\ufeff\",\n
|
661
|
+
\ \"canRate\": false,\n \"viewerRating\": \"none\",\n \"likeCount\":
|
662
|
+
1,\n \"publishedAt\": \"2016-10-29T01:53:26.000Z\",\n \"updatedAt\":
|
663
|
+
\"2016-10-29T01:53:26.000Z\"\n }\n },\n \"canReply\": false,\n \"totalReplyCount\":
|
664
|
+
1,\n \"isPublic\": true\n }\n },\n {\n \"kind\": \"youtube#commentThread\",\n
|
665
|
+
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/ocE4kW2uVWjHF8gngeP4sRevOJg\\\"\",\n
|
666
|
+
\ \"id\": \"z122izpbcovswzvob04cin15izumwdkg4hs\",\n \"snippet\": {\n \"videoId\":
|
667
|
+
\"4-kTfNZTGiA\",\n \"topLevelComment\": {\n \"kind\": \"youtube#comment\",\n
|
668
|
+
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/N3dHTu0qaRRdQGZWGpbS1siVPwo\\\"\",\n
|
669
|
+
\ \"id\": \"z122izpbcovswzvob04cin15izumwdkg4hs\",\n \"snippet\": {\n
|
670
|
+
\ \"authorDisplayName\": \"林豐睿\",\n \"authorProfileImageUrl\": \"https://lh6.googleusercontent.com/-5XI1xQfgbYY/AAAAAAAAAAI/AAAAAAAAABU/1cFK1VD-hy8/photo.jpg?sz=50\",\n
|
671
|
+
\ \"authorChannelUrl\": \"http://www.youtube.com/channel/UCHcaF4HsDzDmHcWflynBldA\",\n
|
672
|
+
\ \"authorChannelId\": {\n \"value\": \"UCHcaF4HsDzDmHcWflynBldA\"\n
|
673
|
+
\ },\n \"videoId\": \"4-kTfNZTGiA\",\n \"textDisplay\": \"求第二首歌的歌名(是叫向日葵嗎)\\ufeff\",\n
|
674
|
+
\ \"canRate\": false,\n \"viewerRating\": \"none\",\n \"likeCount\":
|
675
|
+
1,\n \"publishedAt\": \"2016-10-31T22:23:18.000Z\",\n \"updatedAt\":
|
676
|
+
\"2016-10-31T22:23:18.000Z\"\n }\n },\n \"canReply\": false,\n \"totalReplyCount\":
|
1523
677
|
2,\n \"isPublic\": true\n }\n },\n {\n \"kind\": \"youtube#commentThread\",\n
|
1524
|
-
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/
|
1525
|
-
\ \"id\": \"
|
1526
|
-
\"
|
1527
|
-
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/
|
1528
|
-
\ \"id\": \"
|
1529
|
-
\ \"authorDisplayName\": \"
|
1530
|
-
\"https://lh3.googleusercontent.com/-
|
1531
|
-
\ \"authorChannelUrl\": \"http://www.youtube.com/channel/
|
1532
|
-
\ \"authorChannelId\": {\n \"value\": \"
|
1533
|
-
\ },\n \"videoId\": \"
|
678
|
+
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/TkIk9EAAhdXk9Pn1C9ywqrCidtc\\\"\",\n
|
679
|
+
\ \"id\": \"z12axfziulmzfhhji04cjj5hltnnzrwzs0o\",\n \"snippet\": {\n \"videoId\":
|
680
|
+
\"4-kTfNZTGiA\",\n \"topLevelComment\": {\n \"kind\": \"youtube#comment\",\n
|
681
|
+
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/X60WbpwvuaReaLc5brdrPKHWb3w\\\"\",\n
|
682
|
+
\ \"id\": \"z12axfziulmzfhhji04cjj5hltnnzrwzs0o\",\n \"snippet\": {\n
|
683
|
+
\ \"authorDisplayName\": \"最爱四糸乃\",\n \"authorProfileImageUrl\":
|
684
|
+
\"https://lh3.googleusercontent.com/-tAlvQFNYCFI/AAAAAAAAAAI/AAAAAAAAAD8/GxfYOGz8UB0/photo.jpg?sz=50\",\n
|
685
|
+
\ \"authorChannelUrl\": \"http://www.youtube.com/channel/UC2-8jdXWkNInMppwkjpKsHw\",\n
|
686
|
+
\ \"authorChannelId\": {\n \"value\": \"UC2-8jdXWkNInMppwkjpKsHw\"\n
|
687
|
+
\ },\n \"videoId\": \"4-kTfNZTGiA\",\n \"textDisplay\": \"嗨嗨\U0001F61C\U0001F61C\\ufeff\",\n
|
1534
688
|
\ \"canRate\": false,\n \"viewerRating\": \"none\",\n \"likeCount\":
|
1535
|
-
|
1536
|
-
\"
|
689
|
+
1,\n \"publishedAt\": \"2016-10-28T13:54:35.000Z\",\n \"updatedAt\":
|
690
|
+
\"2016-10-28T13:54:35.000Z\"\n }\n },\n \"canReply\": false,\n \"totalReplyCount\":
|
691
|
+
1,\n \"isPublic\": true\n }\n },\n {\n \"kind\": \"youtube#commentThread\",\n
|
692
|
+
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/N9DnN8OFd1gWaL-NT_sbSjL4eh4\\\"\",\n
|
693
|
+
\ \"id\": \"z13njj3xvmasfbof222ycrrhwvmjtn2wj04\",\n \"snippet\": {\n \"videoId\":
|
694
|
+
\"4-kTfNZTGiA\",\n \"topLevelComment\": {\n \"kind\": \"youtube#comment\",\n
|
695
|
+
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/ZhaElgVDZsix9FsiPqcItoRbNkI\\\"\",\n
|
696
|
+
\ \"id\": \"z13njj3xvmasfbof222ycrrhwvmjtn2wj04\",\n \"snippet\": {\n
|
697
|
+
\ \"authorDisplayName\": \"王子\",\n \"authorProfileImageUrl\": \"https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=50\",\n
|
698
|
+
\ \"authorChannelUrl\": \"http://www.youtube.com/channel/UC1QNjsL6n9kENIzmz6sOQ9A\",\n
|
699
|
+
\ \"authorChannelId\": {\n \"value\": \"UC1QNjsL6n9kENIzmz6sOQ9A\"\n
|
700
|
+
\ },\n \"videoId\": \"4-kTfNZTGiA\",\n \"textDisplay\": \"求歌名,感謝\\ufeff\",\n
|
701
|
+
\ \"canRate\": false,\n \"viewerRating\": \"none\",\n \"likeCount\":
|
702
|
+
3,\n \"publishedAt\": \"2016-10-28T16:38:12.000Z\",\n \"updatedAt\":
|
703
|
+
\"2016-10-28T16:38:12.000Z\"\n }\n },\n \"canReply\": false,\n \"totalReplyCount\":
|
1537
704
|
0,\n \"isPublic\": true\n }\n },\n {\n \"kind\": \"youtube#commentThread\",\n
|
1538
|
-
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/
|
1539
|
-
\ \"id\": \"
|
1540
|
-
\"
|
1541
|
-
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/
|
1542
|
-
\ \"id\": \"
|
1543
|
-
\ \"authorDisplayName\": \"
|
1544
|
-
\"
|
1545
|
-
\ \"
|
1546
|
-
\ \"
|
1547
|
-
|
1548
|
-
|
1549
|
-
|
1550
|
-
\"
|
1551
|
-
\
|
1552
|
-
|
1553
|
-
\
|
1554
|
-
\
|
1555
|
-
\
|
1556
|
-
\ \"
|
1557
|
-
\
|
1558
|
-
\ \"
|
1559
|
-
\"
|
1560
|
-
\ \"
|
1561
|
-
\
|
1562
|
-
\
|
705
|
+
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/8Dq0Fts9m4SO0DbwW8rRi_8ZYBU\\\"\",\n
|
706
|
+
\ \"id\": \"z13qfvfagnndeludz22lsluaepnpt52fi\",\n \"snippet\": {\n \"videoId\":
|
707
|
+
\"4-kTfNZTGiA\",\n \"topLevelComment\": {\n \"kind\": \"youtube#comment\",\n
|
708
|
+
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/g8PSR_3aPjLARY538A10Dnng5sk\\\"\",\n
|
709
|
+
\ \"id\": \"z13qfvfagnndeludz22lsluaepnpt52fi\",\n \"snippet\": {\n
|
710
|
+
\ \"authorDisplayName\": \"默生人\",\n \"authorProfileImageUrl\": \"https://lh3.googleusercontent.com/-7vgiye-v_fw/AAAAAAAAAAI/AAAAAAAAABY/iarzYuX9Sec/photo.jpg?sz=50\",\n
|
711
|
+
\ \"authorChannelUrl\": \"http://www.youtube.com/channel/UCEeZqWFqdwrYF-_bGTCuPhg\",\n
|
712
|
+
\ \"authorChannelId\": {\n \"value\": \"UCEeZqWFqdwrYF-_bGTCuPhg\"\n
|
713
|
+
\ },\n \"videoId\": \"4-kTfNZTGiA\",\n \"textDisplay\": \"求\\u003ca
|
714
|
+
href=\\\"http://www.youtube.com/watch?v=4-kTfNZTGiA&t=16m42s\\\" class=\\\"ot-anchor\\\"\\u003e16:42\\u003c/a\\u003e開始的那首中文歌的歌名QQ\\ufeff\",\n
|
715
|
+
\ \"canRate\": false,\n \"viewerRating\": \"none\",\n \"likeCount\":
|
716
|
+
1,\n \"publishedAt\": \"2016-10-30T02:21:24.000Z\",\n \"updatedAt\":
|
717
|
+
\"2016-10-30T02:21:24.000Z\"\n }\n },\n \"canReply\": false,\n \"totalReplyCount\":
|
718
|
+
0,\n \"isPublic\": true\n }\n },\n {\n \"kind\": \"youtube#commentThread\",\n
|
719
|
+
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/K12FpJQiwvmINO35rw5l-tkawjU\\\"\",\n
|
720
|
+
\ \"id\": \"z12hzlmrttijcd55y04ccbiyfrmkejkhjas\",\n \"snippet\": {\n \"videoId\":
|
721
|
+
\"4-kTfNZTGiA\",\n \"topLevelComment\": {\n \"kind\": \"youtube#comment\",\n
|
722
|
+
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/poF3qKhivD1AgQBrvKaX0P32Hbc\\\"\",\n
|
723
|
+
\ \"id\": \"z12hzlmrttijcd55y04ccbiyfrmkejkhjas\",\n \"snippet\": {\n
|
724
|
+
\ \"authorDisplayName\": \"鐧圄\",\n \"authorProfileImageUrl\": \"https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=50\",\n
|
725
|
+
\ \"authorChannelUrl\": \"http://www.youtube.com/channel/UCggra6cW9X2ofWD43sBU0-Q\",\n
|
726
|
+
\ \"authorChannelId\": {\n \"value\": \"UCggra6cW9X2ofWD43sBU0-Q\"\n
|
727
|
+
\ },\n \"videoId\": \"4-kTfNZTGiA\",\n \"textDisplay\": \"第二章圖片
|
728
|
+
是哪部動漫的?\\ufeff\",\n \"canRate\": false,\n \"viewerRating\": \"none\",\n
|
729
|
+
\ \"likeCount\": 1,\n \"publishedAt\": \"2016-10-30T08:51:52.000Z\",\n
|
730
|
+
\ \"updatedAt\": \"2016-10-30T08:51:52.000Z\"\n }\n },\n \"canReply\":
|
731
|
+
false,\n \"totalReplyCount\": 0,\n \"isPublic\": true\n }\n },\n
|
732
|
+
\ {\n \"kind\": \"youtube#commentThread\",\n \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/xwp22aBIR9GX6OXC9efIsR9ZEgY\\\"\",\n
|
733
|
+
\ \"id\": \"z12uetvyennffbaly22yxjw4oyqwvvcqd04\",\n \"snippet\": {\n \"videoId\":
|
734
|
+
\"4-kTfNZTGiA\",\n \"topLevelComment\": {\n \"kind\": \"youtube#comment\",\n
|
735
|
+
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/wHlWWml9VuZ6nArrCL6nEmqHb_M\\\"\",\n
|
736
|
+
\ \"id\": \"z12uetvyennffbaly22yxjw4oyqwvvcqd04\",\n \"snippet\": {\n
|
737
|
+
\ \"authorDisplayName\": \"昴菜月\",\n \"authorProfileImageUrl\": \"https://lh5.googleusercontent.com/-LNTYlIjfrTk/AAAAAAAAAAI/AAAAAAAAAAc/g2CbgKj4Jgg/photo.jpg?sz=50\",\n
|
738
|
+
\ \"authorChannelUrl\": \"http://www.youtube.com/channel/UCDY4nmHFUYrJ7jw5b9XeLNQ\",\n
|
739
|
+
\ \"authorChannelId\": {\n \"value\": \"UCDY4nmHFUYrJ7jw5b9XeLNQ\"\n
|
740
|
+
\ },\n \"videoId\": \"4-kTfNZTGiA\",\n \"textDisplay\": \"第一張好工口(性感)哦!\\ufeff\",\n
|
1563
741
|
\ \"canRate\": false,\n \"viewerRating\": \"none\",\n \"likeCount\":
|
1564
|
-
|
1565
|
-
\"
|
1566
|
-
|
742
|
+
1,\n \"publishedAt\": \"2016-10-29T10:41:16.000Z\",\n \"updatedAt\":
|
743
|
+
\"2016-10-29T10:41:38.000Z\"\n }\n },\n \"canReply\": false,\n \"totalReplyCount\":
|
744
|
+
0,\n \"isPublic\": true\n }\n },\n {\n \"kind\": \"youtube#commentThread\",\n
|
745
|
+
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/VgSfcNlLBdzLsjNnQ0YEHm0AEzs\\\"\",\n
|
746
|
+
\ \"id\": \"z12jd15bfwz3invai04cjlawdyzky5ox0kc0k\",\n \"snippet\": {\n
|
747
|
+
\ \"videoId\": \"4-kTfNZTGiA\",\n \"topLevelComment\": {\n \"kind\":
|
748
|
+
\"youtube#comment\",\n \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/WMqUJBntkSSOhbMMoXo81XO58w0\\\"\",\n
|
749
|
+
\ \"id\": \"z12jd15bfwz3invai04cjlawdyzky5ox0kc0k\",\n \"snippet\":
|
750
|
+
{\n \"authorDisplayName\": \"周耕弘\",\n \"authorProfileImageUrl\":
|
751
|
+
\"https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=50\",\n
|
752
|
+
\ \"authorChannelUrl\": \"http://www.youtube.com/channel/UCfZiVbss7WqCCDf389Rxb-g\",\n
|
753
|
+
\ \"authorChannelId\": {\n \"value\": \"UCfZiVbss7WqCCDf389Rxb-g\"\n
|
754
|
+
\ },\n \"videoId\": \"4-kTfNZTGiA\",\n \"textDisplay\": \"................................全聽過
|
755
|
+
\ 為啥不早出 浪費我手機儲存空間..................\\ufeff\",\n \"canRate\": false,\n
|
756
|
+
\ \"viewerRating\": \"none\",\n \"likeCount\": 1,\n \"publishedAt\":
|
757
|
+
\"2016-10-28T14:03:11.000Z\",\n \"updatedAt\": \"2016-10-28T14:03:11.000Z\"\n
|
758
|
+
\ }\n },\n \"canReply\": false,\n \"totalReplyCount\": 6,\n \"isPublic\":
|
759
|
+
true\n }\n },\n {\n \"kind\": \"youtube#commentThread\",\n \"etag\":
|
760
|
+
\"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/0i1cBYEYbL4VdNy3iyAWr6reVps\\\"\",\n \"id\":
|
761
|
+
\"z12mc3prnn2mwryza04ccbsiumqddxjyvwk0k\",\n \"snippet\": {\n \"videoId\":
|
762
|
+
\"4-kTfNZTGiA\",\n \"topLevelComment\": {\n \"kind\": \"youtube#comment\",\n
|
763
|
+
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/aWafZB0WKdUmNWtN_WcKdIHhUno\\\"\",\n
|
764
|
+
\ \"id\": \"z12mc3prnn2mwryza04ccbsiumqddxjyvwk0k\",\n \"snippet\":
|
765
|
+
{\n \"authorDisplayName\": \"望雪月\",\n \"authorProfileImageUrl\":
|
766
|
+
\"https://lh4.googleusercontent.com/-kxY7kWsmiuA/AAAAAAAAAAI/AAAAAAAAAHg/nWUK13t6Vvg/photo.jpg?sz=50\",\n
|
767
|
+
\ \"authorChannelUrl\": \"http://www.youtube.com/channel/UCcvWVnWwIOnUoczyILbIQpw\",\n
|
768
|
+
\ \"authorChannelId\": {\n \"value\": \"UCcvWVnWwIOnUoczyILbIQpw\"\n
|
769
|
+
\ },\n \"videoId\": \"4-kTfNZTGiA\",\n \"textDisplay\": \"哦~了解\\ufeff\",\n
|
770
|
+
\ \"canRate\": false,\n \"viewerRating\": \"none\",\n \"likeCount\":
|
771
|
+
1,\n \"publishedAt\": \"2016-10-29T01:02:28.000Z\",\n \"updatedAt\":
|
772
|
+
\"2016-10-29T01:02:28.000Z\"\n }\n },\n \"canReply\": false,\n \"totalReplyCount\":
|
773
|
+
0,\n \"isPublic\": true\n }\n },\n {\n \"kind\": \"youtube#commentThread\",\n
|
774
|
+
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/632kpwayZ36j6oNv0ZjzX7zdIRE\\\"\",\n
|
775
|
+
\ \"id\": \"z133cnxrqxnmwpgij04cexgwyqzczlaah1o\",\n \"snippet\": {\n \"videoId\":
|
776
|
+
\"4-kTfNZTGiA\",\n \"topLevelComment\": {\n \"kind\": \"youtube#comment\",\n
|
777
|
+
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/w8tflRRJgXmLpaKEi37ee3gOVaU\\\"\",\n
|
778
|
+
\ \"id\": \"z133cnxrqxnmwpgij04cexgwyqzczlaah1o\",\n \"snippet\": {\n
|
779
|
+
\ \"authorDisplayName\": \"寒月鬿砅\",\n \"authorProfileImageUrl\": \"https://lh3.googleusercontent.com/-o4Q44ui1p14/AAAAAAAAAAI/AAAAAAAABtE/FUHlqEwvIcU/photo.jpg?sz=50\",\n
|
780
|
+
\ \"authorChannelUrl\": \"http://www.youtube.com/channel/UCAU2rADZZg8yQFso5Yg0tnA\",\n
|
781
|
+
\ \"authorChannelId\": {\n \"value\": \"UCAU2rADZZg8yQFso5Yg0tnA\"\n
|
782
|
+
\ },\n \"videoId\": \"4-kTfNZTGiA\",\n \"textDisplay\": \"辛苦了~~\\ufeff\",\n
|
783
|
+
\ \"canRate\": false,\n \"viewerRating\": \"none\",\n \"likeCount\":
|
784
|
+
1,\n \"publishedAt\": \"2016-10-28T15:55:00.000Z\",\n \"updatedAt\":
|
785
|
+
\"2016-10-28T15:55:00.000Z\"\n }\n },\n \"canReply\": false,\n \"totalReplyCount\":
|
786
|
+
0,\n \"isPublic\": true\n }\n },\n {\n \"kind\": \"youtube#commentThread\",\n
|
787
|
+
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/qfpT5tAxu2UR3gzmdOSM2h0n5_o\\\"\",\n
|
788
|
+
\ \"id\": \"z12ufblhhsb3dfavj22jv1arimetyn3wa04\",\n \"snippet\": {\n \"videoId\":
|
789
|
+
\"4-kTfNZTGiA\",\n \"topLevelComment\": {\n \"kind\": \"youtube#comment\",\n
|
790
|
+
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/vokNLKv-TP525JHG2kzAQLRNC3w\\\"\",\n
|
791
|
+
\ \"id\": \"z12ufblhhsb3dfavj22jv1arimetyn3wa04\",\n \"snippet\": {\n
|
792
|
+
\ \"authorDisplayName\": \"james Ng\",\n \"authorProfileImageUrl\":
|
793
|
+
\"https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=50\",\n
|
794
|
+
\ \"authorChannelUrl\": \"http://www.youtube.com/channel/UCGSCiJUKsqstplNxG6uo2YA\",\n
|
795
|
+
\ \"authorChannelId\": {\n \"value\": \"UCGSCiJUKsqstplNxG6uo2YA\"\n
|
796
|
+
\ },\n \"videoId\": \"4-kTfNZTGiA\",\n \"textDisplay\": \"是鸟之诗,
|
797
|
+
不是鸟之梦\\ufeff\",\n \"canRate\": false,\n \"viewerRating\": \"none\",\n
|
798
|
+
\ \"likeCount\": 1,\n \"publishedAt\": \"2016-10-29T06:14:10.000Z\",\n
|
799
|
+
\ \"updatedAt\": \"2016-10-29T06:14:10.000Z\"\n }\n },\n \"canReply\":
|
800
|
+
false,\n \"totalReplyCount\": 0,\n \"isPublic\": true\n }\n },\n
|
801
|
+
\ {\n \"kind\": \"youtube#commentThread\",\n \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/krZZb_CjgMoqaKn6Zrx7eyKBPfw\\\"\",\n
|
802
|
+
\ \"id\": \"z13nybowmki1gbyps04cfxbgpkqnhpoh0g4\",\n \"snippet\": {\n \"videoId\":
|
803
|
+
\"4-kTfNZTGiA\",\n \"topLevelComment\": {\n \"kind\": \"youtube#comment\",\n
|
804
|
+
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/SQpRGMXWYPWx9YD9EEeU6ud3nCA\\\"\",\n
|
805
|
+
\ \"id\": \"z13nybowmki1gbyps04cfxbgpkqnhpoh0g4\",\n \"snippet\": {\n
|
806
|
+
\ \"authorDisplayName\": \"DreamFly夢翔\",\n \"authorProfileImageUrl\":
|
807
|
+
\"https://lh3.googleusercontent.com/-s-mrz-_9yh4/AAAAAAAAAAI/AAAAAAAAAD8/MrUM5ISIoXA/photo.jpg?sz=50\",\n
|
808
|
+
\ \"authorChannelUrl\": \"http://www.youtube.com/channel/UCdYPg6ag4CuW4f1Ze1hgT9g\",\n
|
809
|
+
\ \"authorChannelId\": {\n \"value\": \"UCdYPg6ag4CuW4f1Ze1hgT9g\"\n
|
810
|
+
\ },\n \"videoId\": \"4-kTfNZTGiA\",\n \"textDisplay\": \"求封面圖動漫\\ufeff\",\n
|
811
|
+
\ \"canRate\": false,\n \"viewerRating\": \"none\",\n \"likeCount\":
|
812
|
+
2,\n \"publishedAt\": \"2016-10-28T13:57:23.000Z\",\n \"updatedAt\":
|
813
|
+
\"2016-10-28T13:57:23.000Z\"\n }\n },\n \"canReply\": false,\n \"totalReplyCount\":
|
814
|
+
7,\n \"isPublic\": true\n }\n },\n {\n \"kind\": \"youtube#commentThread\",\n
|
815
|
+
\ \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/U62YvUBwc7O5LMV3TNPstx6eNH8\\\"\",\n
|
816
|
+
\ \"id\": \"z12bczgxuzvcvty5y04ccbsiumqddxjyvwk0k\",\n \"snippet\": {\n
|
817
|
+
\ \"videoId\": \"4-kTfNZTGiA\",\n \"topLevelComment\": {\n \"kind\":
|
818
|
+
\"youtube#comment\",\n \"etag\": \"\\\"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/7tbPPK05xS3N5jTi5oQC4HnClNU\\\"\",\n
|
819
|
+
\ \"id\": \"z12bczgxuzvcvty5y04ccbsiumqddxjyvwk0k\",\n \"snippet\":
|
820
|
+
{\n \"authorDisplayName\": \"望雪月\",\n \"authorProfileImageUrl\":
|
821
|
+
\"https://lh4.googleusercontent.com/-kxY7kWsmiuA/AAAAAAAAAAI/AAAAAAAAAHg/nWUK13t6Vvg/photo.jpg?sz=50\",\n
|
822
|
+
\ \"authorChannelUrl\": \"http://www.youtube.com/channel/UCcvWVnWwIOnUoczyILbIQpw\",\n
|
823
|
+
\ \"authorChannelId\": {\n \"value\": \"UCcvWVnWwIOnUoczyILbIQpw\"\n
|
824
|
+
\ },\n \"videoId\": \"4-kTfNZTGiA\",\n \"textDisplay\": \"哥辛苦了XD這麼認真幫大家製作歌曲。謝謝你\\ufeff\",\n
|
825
|
+
\ \"canRate\": false,\n \"viewerRating\": \"none\",\n \"likeCount\":
|
826
|
+
0,\n \"publishedAt\": \"2016-10-28T14:47:17.000Z\",\n \"updatedAt\":
|
827
|
+
\"2016-10-28T14:47:17.000Z\"\n }\n },\n \"canReply\": false,\n \"totalReplyCount\":
|
828
|
+
2,\n \"isPublic\": true\n }\n }\n ]\n}\n"
|
1567
829
|
http_version:
|
1568
|
-
recorded_at:
|
830
|
+
recorded_at: Wed, 02 Nov 2016 03:05:07 GMT
|
1569
831
|
- request:
|
1570
832
|
method: get
|
1571
|
-
uri: https://www.googleapis.com/youtube/v3/comments?fields=items(snippet(authorChannelId,authorChannelUrl,authorDisplayName,authorProfileImageUrl,likeCount))&id=
|
833
|
+
uri: https://www.googleapis.com/youtube/v3/comments?fields=items(snippet(authorChannelId,authorChannelUrl,authorDisplayName,authorProfileImageUrl,likeCount))&id=z123hrsjkxaetbrsq23ju3ebrxzpjhavz&key=<API_KEY>&part=snippet
|
1572
834
|
body:
|
1573
835
|
encoding: US-ASCII
|
1574
836
|
string: ''
|
@@ -1585,13 +847,13 @@ http_interactions:
|
|
1585
847
|
message: OK
|
1586
848
|
headers:
|
1587
849
|
Expires:
|
1588
|
-
-
|
850
|
+
- Wed, 02 Nov 2016 03:05:07 GMT
|
1589
851
|
Date:
|
1590
|
-
-
|
852
|
+
- Wed, 02 Nov 2016 03:05:07 GMT
|
1591
853
|
Cache-Control:
|
1592
854
|
- private, max-age=0, must-revalidate, no-transform
|
1593
855
|
Etag:
|
1594
|
-
- '"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/
|
856
|
+
- '"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/9L8HloXlMtMFZ4CZ1-b-sIB_I70"'
|
1595
857
|
Vary:
|
1596
858
|
- Origin
|
1597
859
|
- X-Origin
|
@@ -1604,11 +866,11 @@ http_interactions:
|
|
1604
866
|
X-Xss-Protection:
|
1605
867
|
- 1; mode=block
|
1606
868
|
Content-Length:
|
1607
|
-
- '
|
869
|
+
- '392'
|
1608
870
|
Server:
|
1609
871
|
- GSE
|
1610
872
|
Alt-Svc:
|
1611
|
-
- quic=":443"; ma=2592000; v="36,35,34
|
873
|
+
- quic=":443"; ma=2592000; v="36,35,34"
|
1612
874
|
Connection:
|
1613
875
|
- close
|
1614
876
|
body:
|
@@ -1618,11 +880,141 @@ http_interactions:
|
|
1618
880
|
"items": [
|
1619
881
|
{
|
1620
882
|
"snippet": {
|
1621
|
-
"authorDisplayName": "
|
1622
|
-
"authorProfileImageUrl": "https://
|
1623
|
-
"authorChannelUrl": "http://www.youtube.com/channel/
|
883
|
+
"authorDisplayName": "小萌夢",
|
884
|
+
"authorProfileImageUrl": "https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=50",
|
885
|
+
"authorChannelUrl": "http://www.youtube.com/channel/UCbEYbd6KYEraQ-9P07FZRcg",
|
1624
886
|
"authorChannelId": {
|
1625
|
-
"value": "
|
887
|
+
"value": "UCbEYbd6KYEraQ-9P07FZRcg"
|
888
|
+
},
|
889
|
+
"likeCount": 1
|
890
|
+
}
|
891
|
+
}
|
892
|
+
]
|
893
|
+
}
|
894
|
+
http_version:
|
895
|
+
recorded_at: Wed, 02 Nov 2016 03:05:07 GMT
|
896
|
+
- request:
|
897
|
+
method: get
|
898
|
+
uri: https://www.googleapis.com/youtube/v3/comments?fields=items(snippet(authorChannelId,authorChannelUrl,authorDisplayName,authorProfileImageUrl,likeCount))&id=z121fjlx4myxylbnf220yhfpvpr4ex1su&key=<API_KEY>&part=snippet
|
899
|
+
body:
|
900
|
+
encoding: US-ASCII
|
901
|
+
string: ''
|
902
|
+
headers:
|
903
|
+
Connection:
|
904
|
+
- close
|
905
|
+
Host:
|
906
|
+
- www.googleapis.com
|
907
|
+
User-Agent:
|
908
|
+
- http.rb/2.0.3
|
909
|
+
response:
|
910
|
+
status:
|
911
|
+
code: 200
|
912
|
+
message: OK
|
913
|
+
headers:
|
914
|
+
Expires:
|
915
|
+
- Wed, 02 Nov 2016 03:06:31 GMT
|
916
|
+
Date:
|
917
|
+
- Wed, 02 Nov 2016 03:06:31 GMT
|
918
|
+
Cache-Control:
|
919
|
+
- private, max-age=0, must-revalidate, no-transform
|
920
|
+
Etag:
|
921
|
+
- '"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/v4090x3PMpUbcSZPYfKLZYkhI0I"'
|
922
|
+
Vary:
|
923
|
+
- Origin
|
924
|
+
- X-Origin
|
925
|
+
Content-Type:
|
926
|
+
- application/json; charset=UTF-8
|
927
|
+
X-Content-Type-Options:
|
928
|
+
- nosniff
|
929
|
+
X-Frame-Options:
|
930
|
+
- SAMEORIGIN
|
931
|
+
X-Xss-Protection:
|
932
|
+
- 1; mode=block
|
933
|
+
Content-Length:
|
934
|
+
- '392'
|
935
|
+
Server:
|
936
|
+
- GSE
|
937
|
+
Alt-Svc:
|
938
|
+
- quic=":443"; ma=2592000; v="36,35,34"
|
939
|
+
Connection:
|
940
|
+
- close
|
941
|
+
body:
|
942
|
+
encoding: UTF-8
|
943
|
+
string: |
|
944
|
+
{
|
945
|
+
"items": [
|
946
|
+
{
|
947
|
+
"snippet": {
|
948
|
+
"authorDisplayName": "陳秋梅",
|
949
|
+
"authorProfileImageUrl": "https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=50",
|
950
|
+
"authorChannelUrl": "http://www.youtube.com/channel/UCoBQoHwNcgzKFtp3xFsNgLg",
|
951
|
+
"authorChannelId": {
|
952
|
+
"value": "UCoBQoHwNcgzKFtp3xFsNgLg"
|
953
|
+
},
|
954
|
+
"likeCount": 1
|
955
|
+
}
|
956
|
+
}
|
957
|
+
]
|
958
|
+
}
|
959
|
+
http_version:
|
960
|
+
recorded_at: Wed, 02 Nov 2016 03:06:31 GMT
|
961
|
+
- request:
|
962
|
+
method: get
|
963
|
+
uri: https://www.googleapis.com/youtube/v3/comments?fields=items(snippet(authorChannelId,authorChannelUrl,authorDisplayName,authorProfileImageUrl,likeCount))&id=z122izpbcovswzvob04cin15izumwdkg4hs&key=<API_KEY>&part=snippet
|
964
|
+
body:
|
965
|
+
encoding: US-ASCII
|
966
|
+
string: ''
|
967
|
+
headers:
|
968
|
+
Connection:
|
969
|
+
- close
|
970
|
+
Host:
|
971
|
+
- www.googleapis.com
|
972
|
+
User-Agent:
|
973
|
+
- http.rb/2.0.3
|
974
|
+
response:
|
975
|
+
status:
|
976
|
+
code: 200
|
977
|
+
message: OK
|
978
|
+
headers:
|
979
|
+
Expires:
|
980
|
+
- Wed, 02 Nov 2016 03:06:31 GMT
|
981
|
+
Date:
|
982
|
+
- Wed, 02 Nov 2016 03:06:31 GMT
|
983
|
+
Cache-Control:
|
984
|
+
- private, max-age=0, must-revalidate, no-transform
|
985
|
+
Etag:
|
986
|
+
- '"sZ5p5Mo8dPpfIzLYQBF8QIQJym0/7g5G2THnPK3cv4itA-e786VfJzw"'
|
987
|
+
Vary:
|
988
|
+
- Origin
|
989
|
+
- X-Origin
|
990
|
+
Content-Type:
|
991
|
+
- application/json; charset=UTF-8
|
992
|
+
X-Content-Type-Options:
|
993
|
+
- nosniff
|
994
|
+
X-Frame-Options:
|
995
|
+
- SAMEORIGIN
|
996
|
+
X-Xss-Protection:
|
997
|
+
- 1; mode=block
|
998
|
+
Content-Length:
|
999
|
+
- '392'
|
1000
|
+
Server:
|
1001
|
+
- GSE
|
1002
|
+
Alt-Svc:
|
1003
|
+
- quic=":443"; ma=2592000; v="36,35,34"
|
1004
|
+
Connection:
|
1005
|
+
- close
|
1006
|
+
body:
|
1007
|
+
encoding: UTF-8
|
1008
|
+
string: |
|
1009
|
+
{
|
1010
|
+
"items": [
|
1011
|
+
{
|
1012
|
+
"snippet": {
|
1013
|
+
"authorDisplayName": "林豐睿",
|
1014
|
+
"authorProfileImageUrl": "https://lh6.googleusercontent.com/-5XI1xQfgbYY/AAAAAAAAAAI/AAAAAAAAABU/1cFK1VD-hy8/photo.jpg?sz=50",
|
1015
|
+
"authorChannelUrl": "http://www.youtube.com/channel/UCHcaF4HsDzDmHcWflynBldA",
|
1016
|
+
"authorChannelId": {
|
1017
|
+
"value": "UCHcaF4HsDzDmHcWflynBldA"
|
1626
1018
|
},
|
1627
1019
|
"likeCount": 1
|
1628
1020
|
}
|
@@ -1630,5 +1022,5 @@ http_interactions:
|
|
1630
1022
|
]
|
1631
1023
|
}
|
1632
1024
|
http_version:
|
1633
|
-
recorded_at:
|
1025
|
+
recorded_at: Wed, 02 Nov 2016 03:06:31 GMT
|
1634
1026
|
recorded_with: VCR 3.0.3
|