active_public_resources 0.2.4 → 0.2.9
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 +5 -5
- data/Gemfile +2 -2
- data/README.md +5 -9
- data/active_public_resources.gemspec +1 -3
- data/active_public_resources_config.yml.example +0 -2
- data/lib/active_public_resources/drivers/vimeo.rb +40 -37
- data/lib/active_public_resources/drivers/youtube.rb +8 -6
- data/lib/active_public_resources/oauth/vimeo.rb +35 -0
- data/lib/active_public_resources/version.rb +1 -1
- data/spec/lib/active_public_resources/drivers/vimeo_spec.rb +4 -4
- data/spec/lib/active_public_resources/drivers/youtube_spec.rb +25 -26
- data/spec/lib/active_public_resources/oauth/vimeo_spec.rb +43 -0
- data/spec/lib/fixtures/youtube/education_details_search.json +2080 -0
- data/spec/lib/fixtures/youtube/education_search.json +837 -0
- data/spec/spec_helper.rb +2 -0
- metadata +13 -14
- data/spec/vcr/active_public_resources/client/youtube_should_perform_request.yml +0 -212
- data/spec/vcr/active_public_resources/drivers/youtube_driver_perform_request/should_perform_request.yml +0 -212
- data/spec/vcr/active_public_resources/drivers/youtube_perform_request/should_perform_request.yml +0 -209
@@ -0,0 +1,837 @@
|
|
1
|
+
{
|
2
|
+
"kind":"youtube#searchListResponse",
|
3
|
+
"etag":"\"nxOHAKTVB7baOKsQgTtJIyGxcs8/_qE8j9zYkjGEpHfXUn09x495tpU\"",
|
4
|
+
"nextPageToken":"CBkQAA",
|
5
|
+
"regionCode":"US",
|
6
|
+
"pageInfo":{
|
7
|
+
"totalResults":1000000,
|
8
|
+
"resultsPerPage":25
|
9
|
+
},
|
10
|
+
"items":[
|
11
|
+
{
|
12
|
+
"kind":"youtube#searchResult",
|
13
|
+
"etag":"\"nxOHAKTVB7baOKsQgTtJIyGxcs8/78GqxlNIWFLlp2BqXvIt-4iLXJs\"",
|
14
|
+
"id":{
|
15
|
+
"kind":"youtube#video",
|
16
|
+
"videoId":"N6oIhdTzx9Q"
|
17
|
+
},
|
18
|
+
"snippet":{
|
19
|
+
"publishedAt":"2020-04-28T09:55:20.000Z",
|
20
|
+
"channelId":"UCNjPtOCvMrKY5eLwr_-7eUg",
|
21
|
+
"title":"10 Ways to Get a Better EDUCATION",
|
22
|
+
"description":"10 Ways to Get a Better EDUCATION SUBSCRIBE to ALUX: https://www.youtube.com/channel/UCNjPtOCvMrKY5eLwr_-7eUg?sub_confirmation=1 ...",
|
23
|
+
"thumbnails":{
|
24
|
+
"default":{
|
25
|
+
"url":"https://i.ytimg.com/vi/N6oIhdTzx9Q/default.jpg",
|
26
|
+
"width":120,
|
27
|
+
"height":90
|
28
|
+
},
|
29
|
+
"medium":{
|
30
|
+
"url":"https://i.ytimg.com/vi/N6oIhdTzx9Q/mqdefault.jpg",
|
31
|
+
"width":320,
|
32
|
+
"height":180
|
33
|
+
},
|
34
|
+
"high":{
|
35
|
+
"url":"https://i.ytimg.com/vi/N6oIhdTzx9Q/hqdefault.jpg",
|
36
|
+
"width":480,
|
37
|
+
"height":360
|
38
|
+
}
|
39
|
+
},
|
40
|
+
"channelTitle":"Alux.com",
|
41
|
+
"liveBroadcastContent":"none"
|
42
|
+
}
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"kind":"youtube#searchResult",
|
46
|
+
"etag":"\"nxOHAKTVB7baOKsQgTtJIyGxcs8/FsDCjKN4tbD-ZSseAS6_hJPUXDg\"",
|
47
|
+
"id":{
|
48
|
+
"kind":"youtube#video",
|
49
|
+
"videoId":"HndV87XpkWg"
|
50
|
+
},
|
51
|
+
"snippet":{
|
52
|
+
"publishedAt":"2015-05-13T10:57:06.000Z",
|
53
|
+
"channelId":"UC7IcJI8PUf5Z3zKxnZvTBog",
|
54
|
+
"title":"What's Education For?",
|
55
|
+
"description":"The greatest problem of the modern education system is that it doesn't focus on systematically preparing students for many aspects of the real challenge out ...",
|
56
|
+
"thumbnails":{
|
57
|
+
"default":{
|
58
|
+
"url":"https://i.ytimg.com/vi/HndV87XpkWg/default.jpg",
|
59
|
+
"width":120,
|
60
|
+
"height":90
|
61
|
+
},
|
62
|
+
"medium":{
|
63
|
+
"url":"https://i.ytimg.com/vi/HndV87XpkWg/mqdefault.jpg",
|
64
|
+
"width":320,
|
65
|
+
"height":180
|
66
|
+
},
|
67
|
+
"high":{
|
68
|
+
"url":"https://i.ytimg.com/vi/HndV87XpkWg/hqdefault.jpg",
|
69
|
+
"width":480,
|
70
|
+
"height":360
|
71
|
+
}
|
72
|
+
},
|
73
|
+
"channelTitle":"The School of Life",
|
74
|
+
"liveBroadcastContent":"none"
|
75
|
+
}
|
76
|
+
},
|
77
|
+
{
|
78
|
+
"kind":"youtube#searchResult",
|
79
|
+
"etag":"\"nxOHAKTVB7baOKsQgTtJIyGxcs8/xOPbFHs6w10tD8x1ReA7NQ85Na0\"",
|
80
|
+
"id":{
|
81
|
+
"kind":"youtube#video",
|
82
|
+
"videoId":"S294zRodS_4"
|
83
|
+
},
|
84
|
+
"snippet":{
|
85
|
+
"publishedAt":"2018-01-15T21:48:10.000Z",
|
86
|
+
"channelId":"UCX6b17PVsYBQ0ip5gyeme-Q",
|
87
|
+
"title":"Education In Society: Crash Course Sociology #40",
|
88
|
+
"description":"Today we'll explore the history of education as a social institution, with a specific focus on how the US organizes its educational system. We'll look at education ...",
|
89
|
+
"thumbnails":{
|
90
|
+
"default":{
|
91
|
+
"url":"https://i.ytimg.com/vi/S294zRodS_4/default.jpg",
|
92
|
+
"width":120,
|
93
|
+
"height":90
|
94
|
+
},
|
95
|
+
"medium":{
|
96
|
+
"url":"https://i.ytimg.com/vi/S294zRodS_4/mqdefault.jpg",
|
97
|
+
"width":320,
|
98
|
+
"height":180
|
99
|
+
},
|
100
|
+
"high":{
|
101
|
+
"url":"https://i.ytimg.com/vi/S294zRodS_4/hqdefault.jpg",
|
102
|
+
"width":480,
|
103
|
+
"height":360
|
104
|
+
}
|
105
|
+
},
|
106
|
+
"channelTitle":"CrashCourse",
|
107
|
+
"liveBroadcastContent":"none"
|
108
|
+
}
|
109
|
+
},
|
110
|
+
{
|
111
|
+
"kind":"youtube#searchResult",
|
112
|
+
"etag":"\"nxOHAKTVB7baOKsQgTtJIyGxcs8/m0PeWQ2GI7c6gJJ-JCVyfY4I0Uo\"",
|
113
|
+
"id":{
|
114
|
+
"kind":"youtube#video",
|
115
|
+
"videoId":"BnC6IABJXOI"
|
116
|
+
},
|
117
|
+
"snippet":{
|
118
|
+
"publishedAt":"2014-05-02T22:42:00.000Z",
|
119
|
+
"channelId":"UCsT0YIqwnpJCM-mx7-gSA4Q",
|
120
|
+
"title":"Toxic culture of education: Joshua Katz at TEDxUniversityofAkron",
|
121
|
+
"description":"Joshua Katz is a high school math teacher in Orange County, FL. Joshua's Talk: In the mid 1800's, Horace Mann captured the potential impact of education on ...",
|
122
|
+
"thumbnails":{
|
123
|
+
"default":{
|
124
|
+
"url":"https://i.ytimg.com/vi/BnC6IABJXOI/default.jpg",
|
125
|
+
"width":120,
|
126
|
+
"height":90
|
127
|
+
},
|
128
|
+
"medium":{
|
129
|
+
"url":"https://i.ytimg.com/vi/BnC6IABJXOI/mqdefault.jpg",
|
130
|
+
"width":320,
|
131
|
+
"height":180
|
132
|
+
},
|
133
|
+
"high":{
|
134
|
+
"url":"https://i.ytimg.com/vi/BnC6IABJXOI/hqdefault.jpg",
|
135
|
+
"width":480,
|
136
|
+
"height":360
|
137
|
+
}
|
138
|
+
},
|
139
|
+
"channelTitle":"TEDx Talks",
|
140
|
+
"liveBroadcastContent":"none"
|
141
|
+
}
|
142
|
+
},
|
143
|
+
{
|
144
|
+
"kind":"youtube#searchResult",
|
145
|
+
"etag":"\"nxOHAKTVB7baOKsQgTtJIyGxcs8/qyPmIwBQM4WObQxpyI2oH5eXuTA\"",
|
146
|
+
"id":{
|
147
|
+
"kind":"youtube#video",
|
148
|
+
"videoId":"xhN5Zkm82DA"
|
149
|
+
},
|
150
|
+
"snippet":{
|
151
|
+
"publishedAt":"2016-12-20T16:05:07.000Z",
|
152
|
+
"channelId":"UC5Ti4_DVp7LW34PjEwB13Xg",
|
153
|
+
"title":"Learn Shapes Educational Video For Kids",
|
154
|
+
"description":"Morphle Playlist: https://www.youtube.com/playlist?list=PLmwpvieHKxgF2A7612PdKabO1EEjfe5aP Download episodes: http://www.mymagicpetmorphle.com In ...",
|
155
|
+
"thumbnails":{
|
156
|
+
"default":{
|
157
|
+
"url":"https://i.ytimg.com/vi/xhN5Zkm82DA/default.jpg",
|
158
|
+
"width":120,
|
159
|
+
"height":90
|
160
|
+
},
|
161
|
+
"medium":{
|
162
|
+
"url":"https://i.ytimg.com/vi/xhN5Zkm82DA/mqdefault.jpg",
|
163
|
+
"width":320,
|
164
|
+
"height":180
|
165
|
+
},
|
166
|
+
"high":{
|
167
|
+
"url":"https://i.ytimg.com/vi/xhN5Zkm82DA/hqdefault.jpg",
|
168
|
+
"width":480,
|
169
|
+
"height":360
|
170
|
+
}
|
171
|
+
},
|
172
|
+
"channelTitle":"Morphle TV",
|
173
|
+
"liveBroadcastContent":"none"
|
174
|
+
}
|
175
|
+
},
|
176
|
+
{
|
177
|
+
"kind":"youtube#searchResult",
|
178
|
+
"etag":"\"nxOHAKTVB7baOKsQgTtJIyGxcs8/b49mdInGunSQUo5C9a_wYzASmhw\"",
|
179
|
+
"id":{
|
180
|
+
"kind":"youtube#video",
|
181
|
+
"videoId":"8ZV_i37wxX8"
|
182
|
+
},
|
183
|
+
"snippet":{
|
184
|
+
"publishedAt":"2019-10-13T12:00:00.000Z",
|
185
|
+
"channelId":"UChGJGhZ9SOOHvBB0Y4DOO_w",
|
186
|
+
"title":"Why do Flood Happen?????? Educational Video for Kids!!!!",
|
187
|
+
"description":"Why do Flood Happen Educational Video for Kids with Ryan ToysReview! Let's learn all about the reason Flood happens and more! ! Fun educational learning ...",
|
188
|
+
"thumbnails":{
|
189
|
+
"default":{
|
190
|
+
"url":"https://i.ytimg.com/vi/8ZV_i37wxX8/default.jpg",
|
191
|
+
"width":120,
|
192
|
+
"height":90
|
193
|
+
},
|
194
|
+
"medium":{
|
195
|
+
"url":"https://i.ytimg.com/vi/8ZV_i37wxX8/mqdefault.jpg",
|
196
|
+
"width":320,
|
197
|
+
"height":180
|
198
|
+
},
|
199
|
+
"high":{
|
200
|
+
"url":"https://i.ytimg.com/vi/8ZV_i37wxX8/hqdefault.jpg",
|
201
|
+
"width":480,
|
202
|
+
"height":360
|
203
|
+
}
|
204
|
+
},
|
205
|
+
"channelTitle":"Ryan's World",
|
206
|
+
"liveBroadcastContent":"none"
|
207
|
+
}
|
208
|
+
},
|
209
|
+
{
|
210
|
+
"kind":"youtube#searchResult",
|
211
|
+
"etag":"\"nxOHAKTVB7baOKsQgTtJIyGxcs8/15ztwBujC9RURSv7VHXwWp1e4Fs\"",
|
212
|
+
"id":{
|
213
|
+
"kind":"youtube#video",
|
214
|
+
"videoId":"nA1Aqp0sPQo"
|
215
|
+
},
|
216
|
+
"snippet":{
|
217
|
+
"publishedAt":"2012-05-08T01:58:03.000Z",
|
218
|
+
"channelId":"UC2zniDSpDbJ7u2rqO6aShTg",
|
219
|
+
"title":"21st Century Education",
|
220
|
+
"description":"21st Century Education.",
|
221
|
+
"thumbnails":{
|
222
|
+
"default":{
|
223
|
+
"url":"https://i.ytimg.com/vi/nA1Aqp0sPQo/default.jpg",
|
224
|
+
"width":120,
|
225
|
+
"height":90
|
226
|
+
},
|
227
|
+
"medium":{
|
228
|
+
"url":"https://i.ytimg.com/vi/nA1Aqp0sPQo/mqdefault.jpg",
|
229
|
+
"width":320,
|
230
|
+
"height":180
|
231
|
+
},
|
232
|
+
"high":{
|
233
|
+
"url":"https://i.ytimg.com/vi/nA1Aqp0sPQo/hqdefault.jpg",
|
234
|
+
"width":480,
|
235
|
+
"height":360
|
236
|
+
}
|
237
|
+
},
|
238
|
+
"channelTitle":"AITSL",
|
239
|
+
"liveBroadcastContent":"none"
|
240
|
+
}
|
241
|
+
},
|
242
|
+
{
|
243
|
+
"kind":"youtube#searchResult",
|
244
|
+
"etag":"\"nxOHAKTVB7baOKsQgTtJIyGxcs8/psJcwaKo6cN4eWDE9FtjGx6qGEw\"",
|
245
|
+
"id":{
|
246
|
+
"kind":"youtube#video",
|
247
|
+
"videoId":"7CBKCG7HXjI"
|
248
|
+
},
|
249
|
+
"snippet":{
|
250
|
+
"publishedAt":"2020-04-29T02:00:45.000Z",
|
251
|
+
"channelId":"UC72V1bNq-iPgVnRUDIXnNag",
|
252
|
+
"title":"शैक्षिक समाचार राजस्थान 29 APRIL 2020 RAJASTHAN EDUCATION NEWS Sekshik Samachar #Rpsc #REET #Rssb",
|
253
|
+
"description":"शैक्षिक समाचार राजस्थान 29 APRIL 2020 RAJASTHAN EDUCATION NEWS Sekshik Samachar PDF ...",
|
254
|
+
"thumbnails":{
|
255
|
+
"default":{
|
256
|
+
"url":"https://i.ytimg.com/vi/7CBKCG7HXjI/default.jpg",
|
257
|
+
"width":120,
|
258
|
+
"height":90
|
259
|
+
},
|
260
|
+
"medium":{
|
261
|
+
"url":"https://i.ytimg.com/vi/7CBKCG7HXjI/mqdefault.jpg",
|
262
|
+
"width":320,
|
263
|
+
"height":180
|
264
|
+
},
|
265
|
+
"high":{
|
266
|
+
"url":"https://i.ytimg.com/vi/7CBKCG7HXjI/hqdefault.jpg",
|
267
|
+
"width":480,
|
268
|
+
"height":360
|
269
|
+
}
|
270
|
+
},
|
271
|
+
"channelTitle":"Master Jee",
|
272
|
+
"liveBroadcastContent":"none"
|
273
|
+
}
|
274
|
+
},
|
275
|
+
{
|
276
|
+
"kind":"youtube#searchResult",
|
277
|
+
"etag":"\"nxOHAKTVB7baOKsQgTtJIyGxcs8/ehVvXbSgM7lal1aY-FUu2_0mmOY\"",
|
278
|
+
"id":{
|
279
|
+
"kind":"youtube#video",
|
280
|
+
"videoId":"DdNAUJWJN08"
|
281
|
+
},
|
282
|
+
"snippet":{
|
283
|
+
"publishedAt":"2012-02-01T12:07:02.000Z",
|
284
|
+
"channelId":"UC1xXl6pnfk3lSOetSoDjTqg",
|
285
|
+
"title":"Noam Chomsky - The Purpose of Education",
|
286
|
+
"description":"Noam Chomsky discusses the purpose of education, impact of technology, whether education should be perceived as a cost or an investment and the value of ...",
|
287
|
+
"thumbnails":{
|
288
|
+
"default":{
|
289
|
+
"url":"https://i.ytimg.com/vi/DdNAUJWJN08/default.jpg",
|
290
|
+
"width":120,
|
291
|
+
"height":90
|
292
|
+
},
|
293
|
+
"medium":{
|
294
|
+
"url":"https://i.ytimg.com/vi/DdNAUJWJN08/mqdefault.jpg",
|
295
|
+
"width":320,
|
296
|
+
"height":180
|
297
|
+
},
|
298
|
+
"high":{
|
299
|
+
"url":"https://i.ytimg.com/vi/DdNAUJWJN08/hqdefault.jpg",
|
300
|
+
"width":480,
|
301
|
+
"height":360
|
302
|
+
}
|
303
|
+
},
|
304
|
+
"channelTitle":"lwf",
|
305
|
+
"liveBroadcastContent":"none"
|
306
|
+
}
|
307
|
+
},
|
308
|
+
{
|
309
|
+
"kind":"youtube#searchResult",
|
310
|
+
"etag":"\"nxOHAKTVB7baOKsQgTtJIyGxcs8/AgRG-058i5TsAaD5e8h1GLqgsNA\"",
|
311
|
+
"id":{
|
312
|
+
"kind":"youtube#video",
|
313
|
+
"videoId":"imHfNDpBlCE"
|
314
|
+
},
|
315
|
+
"snippet":{
|
316
|
+
"publishedAt":"2020-04-27T04:58:36.000Z",
|
317
|
+
"channelId":"UCI3RT5PGmdi1KVp9FG_CneA",
|
318
|
+
"title":"Department of Education postpones COVID-19 briefing",
|
319
|
+
"description":"Parents, students and pupils are still unsure about what lockdown Level 4 means for the education sector. Government was expected to explain this today, but ...",
|
320
|
+
"thumbnails":{
|
321
|
+
"default":{
|
322
|
+
"url":"https://i.ytimg.com/vi/imHfNDpBlCE/default.jpg",
|
323
|
+
"width":120,
|
324
|
+
"height":90
|
325
|
+
},
|
326
|
+
"medium":{
|
327
|
+
"url":"https://i.ytimg.com/vi/imHfNDpBlCE/mqdefault.jpg",
|
328
|
+
"width":320,
|
329
|
+
"height":180
|
330
|
+
},
|
331
|
+
"high":{
|
332
|
+
"url":"https://i.ytimg.com/vi/imHfNDpBlCE/hqdefault.jpg",
|
333
|
+
"width":480,
|
334
|
+
"height":360
|
335
|
+
}
|
336
|
+
},
|
337
|
+
"channelTitle":"eNCA",
|
338
|
+
"liveBroadcastContent":"none"
|
339
|
+
}
|
340
|
+
},
|
341
|
+
{
|
342
|
+
"kind":"youtube#searchResult",
|
343
|
+
"etag":"\"nxOHAKTVB7baOKsQgTtJIyGxcs8/thRzUuz29-eGOPApmHaE_9hCKmM\"",
|
344
|
+
"id":{
|
345
|
+
"kind":"youtube#video",
|
346
|
+
"videoId":"iG9CE55wbtY"
|
347
|
+
},
|
348
|
+
"snippet":{
|
349
|
+
"publishedAt":"2007-01-07T05:00:34.000Z",
|
350
|
+
"channelId":"UCAuUUnT6oDeKwE6v1NGQxug",
|
351
|
+
"title":"Do schools kill creativity? | Sir Ken Robinson",
|
352
|
+
"description":"Sir Ken Robinson makes an entertaining and profoundly moving case for creating an education system that nurtures (rather than undermines) creativity. Get TED ...",
|
353
|
+
"thumbnails":{
|
354
|
+
"default":{
|
355
|
+
"url":"https://i.ytimg.com/vi/iG9CE55wbtY/default.jpg",
|
356
|
+
"width":120,
|
357
|
+
"height":90
|
358
|
+
},
|
359
|
+
"medium":{
|
360
|
+
"url":"https://i.ytimg.com/vi/iG9CE55wbtY/mqdefault.jpg",
|
361
|
+
"width":320,
|
362
|
+
"height":180
|
363
|
+
},
|
364
|
+
"high":{
|
365
|
+
"url":"https://i.ytimg.com/vi/iG9CE55wbtY/hqdefault.jpg",
|
366
|
+
"width":480,
|
367
|
+
"height":360
|
368
|
+
}
|
369
|
+
},
|
370
|
+
"channelTitle":"TED",
|
371
|
+
"liveBroadcastContent":"none"
|
372
|
+
}
|
373
|
+
},
|
374
|
+
{
|
375
|
+
"kind":"youtube#searchResult",
|
376
|
+
"etag":"\"nxOHAKTVB7baOKsQgTtJIyGxcs8/V2atm8raLKibCwj1NssdLCpzx2I\"",
|
377
|
+
"id":{
|
378
|
+
"kind":"youtube#video",
|
379
|
+
"videoId":"_aB9Tg6SRA0"
|
380
|
+
},
|
381
|
+
"snippet":{
|
382
|
+
"publishedAt":"2019-10-15T22:02:46.000Z",
|
383
|
+
"channelId":"UCY_Bq1AF0xvPUjaAqV7kweA",
|
384
|
+
"title":"Inside Singapore’s world-class education system",
|
385
|
+
"description":"Dateline travels to Singapore to find out why its education system tops the global leader board. We look at high-stakes testing, and ask if the culture of ...",
|
386
|
+
"thumbnails":{
|
387
|
+
"default":{
|
388
|
+
"url":"https://i.ytimg.com/vi/_aB9Tg6SRA0/default.jpg",
|
389
|
+
"width":120,
|
390
|
+
"height":90
|
391
|
+
},
|
392
|
+
"medium":{
|
393
|
+
"url":"https://i.ytimg.com/vi/_aB9Tg6SRA0/mqdefault.jpg",
|
394
|
+
"width":320,
|
395
|
+
"height":180
|
396
|
+
},
|
397
|
+
"high":{
|
398
|
+
"url":"https://i.ytimg.com/vi/_aB9Tg6SRA0/hqdefault.jpg",
|
399
|
+
"width":480,
|
400
|
+
"height":360
|
401
|
+
}
|
402
|
+
},
|
403
|
+
"channelTitle":"SBS Dateline",
|
404
|
+
"liveBroadcastContent":"none"
|
405
|
+
}
|
406
|
+
},
|
407
|
+
{
|
408
|
+
"kind":"youtube#searchResult",
|
409
|
+
"etag":"\"nxOHAKTVB7baOKsQgTtJIyGxcs8/Gcqjhv4xyG4ygemKUy-2LYK1F08\"",
|
410
|
+
"id":{
|
411
|
+
"kind":"youtube#video",
|
412
|
+
"videoId":"2lmv6ZDm0vw"
|
413
|
+
},
|
414
|
+
"snippet":{
|
415
|
+
"publishedAt":"2019-09-13T02:47:44.000Z",
|
416
|
+
"channelId":"UCBi2mrWuNuyYy4gbM6fU18Q",
|
417
|
+
"title":"Democratic candidates debate: Education | ABC News",
|
418
|
+
"description":"WATCH THE FULL DEBATE: https://www.youtube.com/watch?v=2UWVO0Trd1c ABC News' Linsey Davis asks the candidates how will they address the ...",
|
419
|
+
"thumbnails":{
|
420
|
+
"default":{
|
421
|
+
"url":"https://i.ytimg.com/vi/2lmv6ZDm0vw/default.jpg",
|
422
|
+
"width":120,
|
423
|
+
"height":90
|
424
|
+
},
|
425
|
+
"medium":{
|
426
|
+
"url":"https://i.ytimg.com/vi/2lmv6ZDm0vw/mqdefault.jpg",
|
427
|
+
"width":320,
|
428
|
+
"height":180
|
429
|
+
},
|
430
|
+
"high":{
|
431
|
+
"url":"https://i.ytimg.com/vi/2lmv6ZDm0vw/hqdefault.jpg",
|
432
|
+
"width":480,
|
433
|
+
"height":360
|
434
|
+
}
|
435
|
+
},
|
436
|
+
"channelTitle":"ABC News",
|
437
|
+
"liveBroadcastContent":"none"
|
438
|
+
}
|
439
|
+
},
|
440
|
+
{
|
441
|
+
"kind":"youtube#searchResult",
|
442
|
+
"etag":"\"nxOHAKTVB7baOKsQgTtJIyGxcs8/J1fTUdJrYvKhRNVnJH7gy8lyEfE\"",
|
443
|
+
"id":{
|
444
|
+
"kind":"youtube#video",
|
445
|
+
"videoId":"nHHFGo161Os"
|
446
|
+
},
|
447
|
+
"snippet":{
|
448
|
+
"publishedAt":"2016-09-15T14:05:15.000Z",
|
449
|
+
"channelId":"UCrnsAULqcNFRTlc32HZ6YSw",
|
450
|
+
"title":"Why Finland has the best education system in the world",
|
451
|
+
"description":"A segment on the approach to education in Finland taken from \"Where To Invade Next\" by Michael Moore.",
|
452
|
+
"thumbnails":{
|
453
|
+
"default":{
|
454
|
+
"url":"https://i.ytimg.com/vi/nHHFGo161Os/default.jpg",
|
455
|
+
"width":120,
|
456
|
+
"height":90
|
457
|
+
},
|
458
|
+
"medium":{
|
459
|
+
"url":"https://i.ytimg.com/vi/nHHFGo161Os/mqdefault.jpg",
|
460
|
+
"width":320,
|
461
|
+
"height":180
|
462
|
+
},
|
463
|
+
"high":{
|
464
|
+
"url":"https://i.ytimg.com/vi/nHHFGo161Os/hqdefault.jpg",
|
465
|
+
"width":480,
|
466
|
+
"height":360
|
467
|
+
}
|
468
|
+
},
|
469
|
+
"channelTitle":"Visions of Helsinki",
|
470
|
+
"liveBroadcastContent":"none"
|
471
|
+
}
|
472
|
+
},
|
473
|
+
{
|
474
|
+
"kind":"youtube#searchResult",
|
475
|
+
"etag":"\"nxOHAKTVB7baOKsQgTtJIyGxcs8/cNugj6Bd3qEI4LCXTV5zAgkHvI8\"",
|
476
|
+
"id":{
|
477
|
+
"kind":"youtube#video",
|
478
|
+
"videoId":"Dvhuesh0D5s"
|
479
|
+
},
|
480
|
+
"snippet":{
|
481
|
+
"publishedAt":"2020-03-24T12:00:13.000Z",
|
482
|
+
"channelId":"UChGJGhZ9SOOHvBB0Y4DOO_w",
|
483
|
+
"title":"Ryan learns why do we brush our teeth! | Educational Video for Kids",
|
484
|
+
"description":"Ryan learns why do we brush our teeth! | Educational Video for Kids Learn with Ryan at home the importance of keeping your teeth clean! #stayhome #learn.",
|
485
|
+
"thumbnails":{
|
486
|
+
"default":{
|
487
|
+
"url":"https://i.ytimg.com/vi/Dvhuesh0D5s/default.jpg",
|
488
|
+
"width":120,
|
489
|
+
"height":90
|
490
|
+
},
|
491
|
+
"medium":{
|
492
|
+
"url":"https://i.ytimg.com/vi/Dvhuesh0D5s/mqdefault.jpg",
|
493
|
+
"width":320,
|
494
|
+
"height":180
|
495
|
+
},
|
496
|
+
"high":{
|
497
|
+
"url":"https://i.ytimg.com/vi/Dvhuesh0D5s/hqdefault.jpg",
|
498
|
+
"width":480,
|
499
|
+
"height":360
|
500
|
+
}
|
501
|
+
},
|
502
|
+
"channelTitle":"Ryan's World",
|
503
|
+
"liveBroadcastContent":"none"
|
504
|
+
}
|
505
|
+
},
|
506
|
+
{
|
507
|
+
"kind":"youtube#searchResult",
|
508
|
+
"etag":"\"nxOHAKTVB7baOKsQgTtJIyGxcs8/eFQfb8DgcVkmKAUXqrbL32lHJt8\"",
|
509
|
+
"id":{
|
510
|
+
"kind":"youtube#video",
|
511
|
+
"videoId":"Ky7H4CGPbvY"
|
512
|
+
},
|
513
|
+
"snippet":{
|
514
|
+
"publishedAt":"2016-07-09T18:34:03.000Z",
|
515
|
+
"channelId":"UC5PYHgAzJ1wLEidB58SK6Xw",
|
516
|
+
"title":"Story Time and More! Educational Videos for Kids by Blippi",
|
517
|
+
"description":"A 1 hour compilation of educational videos for kids by Blippi. Story time, The excavator song and more with Blippi. Blippi makes educational videos for kids.",
|
518
|
+
"thumbnails":{
|
519
|
+
"default":{
|
520
|
+
"url":"https://i.ytimg.com/vi/Ky7H4CGPbvY/default.jpg",
|
521
|
+
"width":120,
|
522
|
+
"height":90
|
523
|
+
},
|
524
|
+
"medium":{
|
525
|
+
"url":"https://i.ytimg.com/vi/Ky7H4CGPbvY/mqdefault.jpg",
|
526
|
+
"width":320,
|
527
|
+
"height":180
|
528
|
+
},
|
529
|
+
"high":{
|
530
|
+
"url":"https://i.ytimg.com/vi/Ky7H4CGPbvY/hqdefault.jpg",
|
531
|
+
"width":480,
|
532
|
+
"height":360
|
533
|
+
}
|
534
|
+
},
|
535
|
+
"channelTitle":"Blippi",
|
536
|
+
"liveBroadcastContent":"none"
|
537
|
+
}
|
538
|
+
},
|
539
|
+
{
|
540
|
+
"kind":"youtube#searchResult",
|
541
|
+
"etag":"\"nxOHAKTVB7baOKsQgTtJIyGxcs8/lAho68lod432skTRuU3YnF4MIF4\"",
|
542
|
+
"id":{
|
543
|
+
"kind":"youtube#video",
|
544
|
+
"videoId":"y_ZmM7zPLyI"
|
545
|
+
},
|
546
|
+
"snippet":{
|
547
|
+
"publishedAt":"2012-12-02T11:59:13.000Z",
|
548
|
+
"channelId":"UC4zccsgn1Nys_sIcOYd2fTw",
|
549
|
+
"title":"Suli Breaks - Why I Hate School But Love Education [Official Spoken Word Video]",
|
550
|
+
"description":"Get tickets for LIVE show \"How I Became A Superhero\" @ the Brixton 02 Academy (25/09/2019) here: http://bit.ly/openmicstoarenas The Latest Spoken Word ...",
|
551
|
+
"thumbnails":{
|
552
|
+
"default":{
|
553
|
+
"url":"https://i.ytimg.com/vi/y_ZmM7zPLyI/default.jpg",
|
554
|
+
"width":120,
|
555
|
+
"height":90
|
556
|
+
},
|
557
|
+
"medium":{
|
558
|
+
"url":"https://i.ytimg.com/vi/y_ZmM7zPLyI/mqdefault.jpg",
|
559
|
+
"width":320,
|
560
|
+
"height":180
|
561
|
+
},
|
562
|
+
"high":{
|
563
|
+
"url":"https://i.ytimg.com/vi/y_ZmM7zPLyI/hqdefault.jpg",
|
564
|
+
"width":480,
|
565
|
+
"height":360
|
566
|
+
}
|
567
|
+
},
|
568
|
+
"channelTitle":"Suli Breaks",
|
569
|
+
"liveBroadcastContent":"none"
|
570
|
+
}
|
571
|
+
},
|
572
|
+
{
|
573
|
+
"kind":"youtube#searchResult",
|
574
|
+
"etag":"\"nxOHAKTVB7baOKsQgTtJIyGxcs8/aew8HsNgCBW5btmQTBDrD4cBEr0\"",
|
575
|
+
"id":{
|
576
|
+
"kind":"youtube#video",
|
577
|
+
"videoId":"CWmCrQVFujk"
|
578
|
+
},
|
579
|
+
"snippet":{
|
580
|
+
"publishedAt":"2015-09-23T15:38:29.000Z",
|
581
|
+
"channelId":"UC8zbYR5i0gecEZ3iPgm-i9g",
|
582
|
+
"title":"Adult Education",
|
583
|
+
"description":"Provided to YouTube by Sony Music Entertainment Adult Education · Daryl Hall & John Oates Greatest Hits--Rock 'n' Soul, Part 1 ℗ 1983 RCA Records, ...",
|
584
|
+
"thumbnails":{
|
585
|
+
"default":{
|
586
|
+
"url":"https://i.ytimg.com/vi/CWmCrQVFujk/default.jpg",
|
587
|
+
"width":120,
|
588
|
+
"height":90
|
589
|
+
},
|
590
|
+
"medium":{
|
591
|
+
"url":"https://i.ytimg.com/vi/CWmCrQVFujk/mqdefault.jpg",
|
592
|
+
"width":320,
|
593
|
+
"height":180
|
594
|
+
},
|
595
|
+
"high":{
|
596
|
+
"url":"https://i.ytimg.com/vi/CWmCrQVFujk/hqdefault.jpg",
|
597
|
+
"width":480,
|
598
|
+
"height":360
|
599
|
+
}
|
600
|
+
},
|
601
|
+
"channelTitle":"Hall & Oates - Topic",
|
602
|
+
"liveBroadcastContent":"none"
|
603
|
+
}
|
604
|
+
},
|
605
|
+
{
|
606
|
+
"kind":"youtube#searchResult",
|
607
|
+
"etag":"\"nxOHAKTVB7baOKsQgTtJIyGxcs8/zIUwib1HmgahRN1T9rXbJU-v9e8\"",
|
608
|
+
"id":{
|
609
|
+
"kind":"youtube#video",
|
610
|
+
"videoId":"Cv6f-2Wlsxg"
|
611
|
+
},
|
612
|
+
"snippet":{
|
613
|
+
"publishedAt":"2017-01-28T18:00:04.000Z",
|
614
|
+
"channelId":"UCixIlQ2bIUwCNnkFs0krXfQ",
|
615
|
+
"title":"A Look at Minecraft Education Edition",
|
616
|
+
"description":"In this episode of OMGcraft, Chad takes a look at Minecraft Education Edition, which allows Schools and Teachers to use Minecraft as teaching aids in ...",
|
617
|
+
"thumbnails":{
|
618
|
+
"default":{
|
619
|
+
"url":"https://i.ytimg.com/vi/Cv6f-2Wlsxg/default.jpg",
|
620
|
+
"width":120,
|
621
|
+
"height":90
|
622
|
+
},
|
623
|
+
"medium":{
|
624
|
+
"url":"https://i.ytimg.com/vi/Cv6f-2Wlsxg/mqdefault.jpg",
|
625
|
+
"width":320,
|
626
|
+
"height":180
|
627
|
+
},
|
628
|
+
"high":{
|
629
|
+
"url":"https://i.ytimg.com/vi/Cv6f-2Wlsxg/hqdefault.jpg",
|
630
|
+
"width":480,
|
631
|
+
"height":360
|
632
|
+
}
|
633
|
+
},
|
634
|
+
"channelTitle":"OMGcraft - Minecraft Tips & Tutorials!",
|
635
|
+
"liveBroadcastContent":"none"
|
636
|
+
}
|
637
|
+
},
|
638
|
+
{
|
639
|
+
"kind":"youtube#searchResult",
|
640
|
+
"etag":"\"nxOHAKTVB7baOKsQgTtJIyGxcs8/Zn-yYceIR4mUBQZmOtpBkxkEyF0\"",
|
641
|
+
"id":{
|
642
|
+
"kind":"youtube#video",
|
643
|
+
"videoId":"tOnDiuL2JmQ"
|
644
|
+
},
|
645
|
+
"snippet":{
|
646
|
+
"publishedAt":"2020-04-14T17:00:30.000Z",
|
647
|
+
"channelId":"UC7eBNeDW1GQf2NJQ6G6gAxw",
|
648
|
+
"title":"How The Coronavirus Pandemic Will Change Education, Careers, And Businesses Forever",
|
649
|
+
"description":"How The Coronavirus Pandemic Will Change Education, Careers, And Businesses Forever Get life-changing financial advice anytime, anywhere. Subscribe ...",
|
650
|
+
"thumbnails":{
|
651
|
+
"default":{
|
652
|
+
"url":"https://i.ytimg.com/vi/tOnDiuL2JmQ/default.jpg",
|
653
|
+
"width":120,
|
654
|
+
"height":90
|
655
|
+
},
|
656
|
+
"medium":{
|
657
|
+
"url":"https://i.ytimg.com/vi/tOnDiuL2JmQ/mqdefault.jpg",
|
658
|
+
"width":320,
|
659
|
+
"height":180
|
660
|
+
},
|
661
|
+
"high":{
|
662
|
+
"url":"https://i.ytimg.com/vi/tOnDiuL2JmQ/hqdefault.jpg",
|
663
|
+
"width":480,
|
664
|
+
"height":360
|
665
|
+
}
|
666
|
+
},
|
667
|
+
"channelTitle":"The Dave Ramsey Show",
|
668
|
+
"liveBroadcastContent":"none"
|
669
|
+
}
|
670
|
+
},
|
671
|
+
{
|
672
|
+
"kind":"youtube#searchResult",
|
673
|
+
"etag":"\"nxOHAKTVB7baOKsQgTtJIyGxcs8/vP96-kLWEwbB4fNO3IGY8nV31ZE\"",
|
674
|
+
"id":{
|
675
|
+
"kind":"youtube#video",
|
676
|
+
"videoId":"qn9IMe5jmf0"
|
677
|
+
},
|
678
|
+
"snippet":{
|
679
|
+
"publishedAt":"2009-08-27T15:20:41.000Z",
|
680
|
+
"channelId":"UCbYb_uxFXDX5INSOJelnzLw",
|
681
|
+
"title":"An Education Official Trailer",
|
682
|
+
"description":"In the post-war, pre-Beatles London suburbs, a bright schoolgirl is torn between studying for a place at Oxford and the rather more exciting alternative offered to ...",
|
683
|
+
"thumbnails":{
|
684
|
+
"default":{
|
685
|
+
"url":"https://i.ytimg.com/vi/qn9IMe5jmf0/default.jpg",
|
686
|
+
"width":120,
|
687
|
+
"height":90
|
688
|
+
},
|
689
|
+
"medium":{
|
690
|
+
"url":"https://i.ytimg.com/vi/qn9IMe5jmf0/mqdefault.jpg",
|
691
|
+
"width":320,
|
692
|
+
"height":180
|
693
|
+
},
|
694
|
+
"high":{
|
695
|
+
"url":"https://i.ytimg.com/vi/qn9IMe5jmf0/hqdefault.jpg",
|
696
|
+
"width":480,
|
697
|
+
"height":360
|
698
|
+
}
|
699
|
+
},
|
700
|
+
"channelTitle":"Think Jam",
|
701
|
+
"liveBroadcastContent":"none"
|
702
|
+
}
|
703
|
+
},
|
704
|
+
{
|
705
|
+
"kind":"youtube#searchResult",
|
706
|
+
"etag":"\"nxOHAKTVB7baOKsQgTtJIyGxcs8/K7FSvzoUs-Y5Tjci6eMV-SXPhYM\"",
|
707
|
+
"id":{
|
708
|
+
"kind":"youtube#video",
|
709
|
+
"videoId":"dqTTojTija8"
|
710
|
+
},
|
711
|
+
"snippet":{
|
712
|
+
"publishedAt":"2016-09-26T14:00:02.000Z",
|
713
|
+
"channelId":"UCDgUAAHgsV2fFZQm2fIWBnA",
|
714
|
+
"title":"I SUED THE SCHOOL SYSTEM !!!",
|
715
|
+
"description":"THE PEOPLE VS THE SCHOOL SYSTEM JOIN MY LIFE SCHOOL AND GET PERSONAL AUDIO MESSAGES DAILY FROM ME SENT STRAIGHT TO YOUR ...",
|
716
|
+
"thumbnails":{
|
717
|
+
"default":{
|
718
|
+
"url":"https://i.ytimg.com/vi/dqTTojTija8/default.jpg",
|
719
|
+
"width":120,
|
720
|
+
"height":90
|
721
|
+
},
|
722
|
+
"medium":{
|
723
|
+
"url":"https://i.ytimg.com/vi/dqTTojTija8/mqdefault.jpg",
|
724
|
+
"width":320,
|
725
|
+
"height":180
|
726
|
+
},
|
727
|
+
"high":{
|
728
|
+
"url":"https://i.ytimg.com/vi/dqTTojTija8/hqdefault.jpg",
|
729
|
+
"width":480,
|
730
|
+
"height":360
|
731
|
+
}
|
732
|
+
},
|
733
|
+
"channelTitle":"Prince Ea",
|
734
|
+
"liveBroadcastContent":"none"
|
735
|
+
}
|
736
|
+
},
|
737
|
+
{
|
738
|
+
"kind":"youtube#searchResult",
|
739
|
+
"etag":"\"nxOHAKTVB7baOKsQgTtJIyGxcs8/TRYpCmsKDhKay176p5LFegZ2nUY\"",
|
740
|
+
"id":{
|
741
|
+
"kind":"youtube#video",
|
742
|
+
"videoId":"MhS6oqwwOhw"
|
743
|
+
},
|
744
|
+
"snippet":{
|
745
|
+
"publishedAt":"2015-10-16T19:47:20.000Z",
|
746
|
+
"channelId":"UCo8bcnLyZH8tBIH9V1mLgqQ",
|
747
|
+
"title":"Physical Education",
|
748
|
+
"description":"Got myself really educated about physical activities in that class Twitter ➤ https://twitter.com/Theodd1sout Website ➤ https://theodd1sout.com/",
|
749
|
+
"thumbnails":{
|
750
|
+
"default":{
|
751
|
+
"url":"https://i.ytimg.com/vi/MhS6oqwwOhw/default.jpg",
|
752
|
+
"width":120,
|
753
|
+
"height":90
|
754
|
+
},
|
755
|
+
"medium":{
|
756
|
+
"url":"https://i.ytimg.com/vi/MhS6oqwwOhw/mqdefault.jpg",
|
757
|
+
"width":320,
|
758
|
+
"height":180
|
759
|
+
},
|
760
|
+
"high":{
|
761
|
+
"url":"https://i.ytimg.com/vi/MhS6oqwwOhw/hqdefault.jpg",
|
762
|
+
"width":480,
|
763
|
+
"height":360
|
764
|
+
}
|
765
|
+
},
|
766
|
+
"channelTitle":"TheOdd1sOut",
|
767
|
+
"liveBroadcastContent":"none"
|
768
|
+
}
|
769
|
+
},
|
770
|
+
{
|
771
|
+
"kind":"youtube#searchResult",
|
772
|
+
"etag":"\"nxOHAKTVB7baOKsQgTtJIyGxcs8/AqRZ1QYLeJxFuyVsgBZr-_5qfL4\"",
|
773
|
+
"id":{
|
774
|
+
"kind":"youtube#video",
|
775
|
+
"videoId":"35VgsgICsjo"
|
776
|
+
},
|
777
|
+
"snippet":{
|
778
|
+
"publishedAt":"2020-01-09T06:00:01.000Z",
|
779
|
+
"channelId":"UCx8Z14PpntdaxCt2hakbQLQ",
|
780
|
+
"title":"Education policy पर हमें इस लड़की की बात सुननी चाहिए । Jagriti Yatra 2019",
|
781
|
+
"description":"The Lallantop on Jagriti Yatra. 8 thousand kilometers in 15 days. started from Mumbai Maharashtra and will return to Mumbai in 15 days via Karnatak, Tamilnadu ...",
|
782
|
+
"thumbnails":{
|
783
|
+
"default":{
|
784
|
+
"url":"https://i.ytimg.com/vi/35VgsgICsjo/default.jpg",
|
785
|
+
"width":120,
|
786
|
+
"height":90
|
787
|
+
},
|
788
|
+
"medium":{
|
789
|
+
"url":"https://i.ytimg.com/vi/35VgsgICsjo/mqdefault.jpg",
|
790
|
+
"width":320,
|
791
|
+
"height":180
|
792
|
+
},
|
793
|
+
"high":{
|
794
|
+
"url":"https://i.ytimg.com/vi/35VgsgICsjo/hqdefault.jpg",
|
795
|
+
"width":480,
|
796
|
+
"height":360
|
797
|
+
}
|
798
|
+
},
|
799
|
+
"channelTitle":"The Lallantop",
|
800
|
+
"liveBroadcastContent":"none"
|
801
|
+
}
|
802
|
+
},
|
803
|
+
{
|
804
|
+
"kind":"youtube#searchResult",
|
805
|
+
"etag":"\"nxOHAKTVB7baOKsQgTtJIyGxcs8/qA_RMs5xshD6e-X5kUhyHX91HRk\"",
|
806
|
+
"id":{
|
807
|
+
"kind":"youtube#video",
|
808
|
+
"videoId":"aV6w-zoacYk"
|
809
|
+
},
|
810
|
+
"snippet":{
|
811
|
+
"publishedAt":"2019-04-11T18:52:40.000Z",
|
812
|
+
"channelId":"UC0p5jTq6Xx_DosDFxVXnWaQ",
|
813
|
+
"title":"Is private education good for society? | The Economist",
|
814
|
+
"description":"Across the world private education is booming. Though private schools and tuition promote inequality, Emma Duncan, our social policy editor, explains why ...",
|
815
|
+
"thumbnails":{
|
816
|
+
"default":{
|
817
|
+
"url":"https://i.ytimg.com/vi/aV6w-zoacYk/default.jpg",
|
818
|
+
"width":120,
|
819
|
+
"height":90
|
820
|
+
},
|
821
|
+
"medium":{
|
822
|
+
"url":"https://i.ytimg.com/vi/aV6w-zoacYk/mqdefault.jpg",
|
823
|
+
"width":320,
|
824
|
+
"height":180
|
825
|
+
},
|
826
|
+
"high":{
|
827
|
+
"url":"https://i.ytimg.com/vi/aV6w-zoacYk/hqdefault.jpg",
|
828
|
+
"width":480,
|
829
|
+
"height":360
|
830
|
+
}
|
831
|
+
},
|
832
|
+
"channelTitle":"The Economist",
|
833
|
+
"liveBroadcastContent":"none"
|
834
|
+
}
|
835
|
+
}
|
836
|
+
]
|
837
|
+
}
|