-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResponse.js
741 lines (741 loc) · 45.4 KB
/
Response.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
export default {
"kind": "customsearch#search",
"url": {
"type": "application/json",
"template": "https://www.googleapis.com/customsearch/v1?q={searchTerms}&num={count?}&start={startIndex?}&lr={language?}&safe={safe?}&cx={cx?}&sort={sort?}&filter={filter?}&gl={gl?}&cr={cr?}&googlehost={googleHost?}&c2coff={disableCnTwTranslation?}&hq={hq?}&hl={hl?}&siteSearch={siteSearch?}&siteSearchFilter={siteSearchFilter?}&exactTerms={exactTerms?}&excludeTerms={excludeTerms?}&linkSite={linkSite?}&orTerms={orTerms?}&relatedSite={relatedSite?}&dateRestrict={dateRestrict?}&lowRange={lowRange?}&highRange={highRange?}&searchType={searchType}&fileType={fileType?}&rights={rights?}&imgSize={imgSize?}&imgType={imgType?}&imgColorType={imgColorType?}&imgDominantColor={imgDominantColor?}&alt=json"
},
"queries": {
"request": [
{
"title": "Google Custom Search - youtube",
"totalResults": "406000000",
"searchTerms": "youtube",
"count": 10,
"startIndex": 1,
"inputEncoding": "utf8",
"outputEncoding": "utf8",
"safe": "off",
"cx": "f32c8437c62446ee1"
}
],
"nextPage": [
{
"title": "Google Custom Search - youtube",
"totalResults": "406000000",
"searchTerms": "youtube",
"count": 10,
"startIndex": 11,
"inputEncoding": "utf8",
"outputEncoding": "utf8",
"safe": "off",
"cx": "f32c8437c62446ee1"
}
]
},
"context": {
"title": "Google"
},
"searchInformation": {
"searchTime": 0.41726,
"formattedSearchTime": "0.42",
"totalResults": "406000000",
"formattedTotalResults": "406,000,000"
},
"items": [
{
"kind": "customsearch#result",
"title": "YouTube - Home | Facebook",
"htmlTitle": "<b>YouTube</b> - Home | Facebook",
"link": "https://www.google.com/appserve/mkt/p/AM7kBiUhEUCzmhZFNvDHzHyWMkJg6XXmViBUZg4-aNLn-9h-jWOhNmECkd6Ht25b3JamxVGsoB56ZqAHE4VL6ZzPSrm3geaG9yNyz_fcVPQ9wf2bgoH-NWWG",
"displayLink": "www.google.com",
"snippet": "YouTube. 86399390 likes · 90611 talking about this. The latest and greatest \nmusic videos, trends and channels from YouTube.",
"htmlSnippet": "<b>YouTube</b>. 86399390 likes · 90611 talking about this. The latest and greatest <br>\nmusic videos, trends and channels from <b>YouTube</b>.",
"cacheId": "13Qsseo8MqMJ",
"formattedUrl": "https://www.google.com/.../ AM7kBiUhEUCzmhZFNvDHzHyWMkJg6XXmViBUZg4-aNLn-9h- ...",
"htmlFormattedUrl": "https://www.google.com/.../ AM7kBiUhEUCzmhZFNvDHzHyWMkJg6XXmViBUZg4-aNLn-9h- ...",
"pagemap": {
"cse_thumbnail": [
{
"src": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcTUX9vM-bJb2EdNgpSr7UMQb655w1IQXqstYBFuTJYBc2Xx-UQRrbCgabU",
"width": "225",
"height": "225"
}
],
"BreadcrumbList": [
{
"itemtype": "http://schema.org/BreadcrumbList"
}
],
"organization": [
{
"image": "https://lookaside.fbsbx.com/lookaside/crawler/media/?media_id=7270241753"
}
],
"metatags": [
{
"al:android:url": "fb://page/7270241753?referrer=app_link",
"referrer": "default",
"og:image": "https://lookaside.fbsbx.com/lookaside/crawler/media/?media_id=7270241753",
"al:ios:app_name": "Facebook",
"og:title": "YouTube",
"al:android:package": "com.facebook.katana",
"al:ios:url": "fb://page/?id=7270241753",
"og:url": "https://www.facebook.com/youtube/",
"og:description": "YouTube. 86,399,390 likes · 90,611 talking about this. The latest and greatest music videos, trends and channels from YouTube.",
"al:android:app_name": "Facebook",
"al:ios:app_store_id": "284882215"
}
],
"cse_image": [
{
"src": "https://lookaside.fbsbx.com/lookaside/crawler/media/?media_id=7270241753"
}
]
}
},
{
"kind": "customsearch#result",
"title": "YouTube Studio",
"htmlTitle": "<b>YouTube</b> Studio",
"link": "https://www.google.com/appserve/mkt/p/AHANi0bpRBeTbZQ_YjYsHCYnOMR0Zxtf4Ix1TQ3clMqch6YARhFiVamlOgbHYossenBCyCmeU0NjbSZobD2TSQ",
"displayLink": "www.google.com",
"snippet": "to continue to YouTube. Email or phone. Forgot email? Type the text you hear or \nsee. Not your computer? Use a private browsing window to sign in. Learn more.",
"htmlSnippet": "to continue to <b>YouTube</b>. Email or phone. Forgot email? Type the text you hear or <br>\nsee. Not your computer? Use a private browsing window to sign in. Learn more.",
"formattedUrl": "https://www.google.com/.../AHANi0bpRBeTbZQ_ YjYsHCYnOMR0Zxtf4Ix1TQ3clMqch6YARhFiVamlOgbHYossenBCyCm...",
"htmlFormattedUrl": "https://www.google.com/.../AHANi0bpRBeTbZQ_ YjYsHCYnOMR0Zxtf4Ix1TQ3clMqch6YARhFiVamlOgbHYossenBCyCm...",
"pagemap": {
"metatags": [
{
"viewport": "width=device-width, initial-scale=1",
"format-detection": "telephone=no"
}
]
}
},
{
"kind": "customsearch#result",
"title": "YouTube Advertising - Online Video Advertising Campaigns",
"htmlTitle": "<b>YouTube</b> Advertising - Online Video Advertising Campaigns",
"link": "https://www.google.com/ads/video/",
"displayLink": "www.google.com",
"snippet": "Video advertising on YouTube works, and you only pay when people watch your \nvideo ads. Get started with online video advertising campaigns today.",
"htmlSnippet": "Video advertising on <b>YouTube</b> works, and you only pay when people watch your <br>\nvideo ads. Get started with online video advertising campaigns today.",
"cacheId": "rMIF4oIiBdMJ",
"formattedUrl": "https://www.google.com/ads/video/",
"htmlFormattedUrl": "https://www.google.com/ads/video/",
"pagemap": {
"cse_thumbnail": [
{
"src": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcQLclRpwBaEXl00pGNXmFrzr0EhHUzmPVsC0uWJKLj0S2mnNRRIqg_qYt-t",
"width": "310",
"height": "163"
}
],
"metatags": [
{
"og:image": "https://lh3.googleusercontent.com/dnspVvClU1nGYmQNDj27pRwido644L2TmnP7rD_wXRFAXgxufpI_9IGm8ZBAlkDJFZ4U492nqDWp_5RteT0kmlDnrwR6n5MLIUvT",
"theme-color": "#ffffff",
"og:type": "website",
"twitter:card": "summary_large_image",
"twitter:title": "Online Video Advertising Campaigns – YouTube Advertising",
"og:site_name": "YouTube Advertising",
"og:title": "Online Video Advertising Campaigns – YouTube Advertising",
"og:description": "Video advertising on YouTube works, and you only pay when people watch your video ads. Get started with online video advertising campaigns today.",
"twitter:creator": "@YouTube",
"twitter:image:src": "https://lh3.googleusercontent.com/dnspVvClU1nGYmQNDj27pRwido644L2TmnP7rD_wXRFAXgxufpI_9IGm8ZBAlkDJFZ4U492nqDWp_5RteT0kmlDnrwR6n5MLIUvT",
"twitter:site": "@YouTube",
"viewport": "width=device-width, initial-scale=1.0",
"twitter:description": "Video advertising on YouTube works, and you only pay when people watch your video ads. Get started with online video advertising campaigns today.",
"og:url": "https://www.youtube.com/ads/"
}
],
"cse_image": [
{
"src": "https://lh3.googleusercontent.com/dnspVvClU1nGYmQNDj27pRwido644L2TmnP7rD_wXRFAXgxufpI_9IGm8ZBAlkDJFZ4U492nqDWp_5RteT0kmlDnrwR6n5MLIUvT"
}
]
}
},
{
"kind": "customsearch#result",
"title": "YouTube Creators",
"htmlTitle": "<b>YouTube</b> Creators",
"link": "https://www.google.com/appserve/mkt/p/AD-FnEyeHi2gImzal4tWFuGnxPPXO6y_DXG_QJIejYeFXLSa0akmpy_RyRN7YqSmtUUZqxe1zkSH2kmoow5R9j6ljzbwNDfCniTzvc-AWXol4vydt9iA-6zLYyBnhRN1tfgIOFw",
"displayLink": "www.google.com",
"snippet": "5 days ago ... ... home for creator resources and benefits available to help you make great \nvideos, find your audience, and grow your channel on YouTube.",
"htmlSnippet": "5 days ago <b>...</b> ... home for creator resources and benefits available to help you make great <br>\nvideos, find your audience, and grow your channel on <b>YouTube</b>.",
"cacheId": "E74k4woilNYJ",
"formattedUrl": "https://www.google.com/.../AD-FnEyeHi2gImzal4tWFuGnxPPXO6y_DXG_ QJIejYeFXLSa0akmpy_ ...",
"htmlFormattedUrl": "https://www.google.com/.../AD-FnEyeHi2gImzal4tWFuGnxPPXO6y_DXG_ QJIejYeFXLSa0akmpy_ ...",
"pagemap": {
"cse_thumbnail": [
{
"src": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQsgbtYI_nwff8YBFL53Ek32_1ZKMlsfIYIc1BEWOAjBM8PeRT52fCjZkU",
"width": "314",
"height": "160"
}
],
"metatags": [
{
"og:image": "https://lh3.googleusercontent.com/yBOaqK8ueBXFog68NWRc3B9tPFhm0M0ooucYRsfEfj40qlIoL8MXAvywZn4zATfbZYvuwLtj1aTlNbJ-tGrp97mwAXy9VT9wzW3TkfY?s=1200",
"og:type": "website",
"twitter:card": "website",
"twitter:title": "Creators | YouTube",
"og:site_name": "Creators | YouTube",
"twitter:url": "https://www.youtube.com/creators/",
"og:title": "Creators | YouTube",
"pinterest": "nopin",
"og:description": "The official home for creator resources and benefits available to help you make great videos, find your audience, and grow your channel on YouTube.",
"twitter:image": "https://lh3.googleusercontent.com/yBOaqK8ueBXFog68NWRc3B9tPFhm0M0ooucYRsfEfj40qlIoL8MXAvywZn4zATfbZYvuwLtj1aTlNbJ-tGrp97mwAXy9VT9wzW3TkfY?s=1200",
"viewport": "width=device-width, initial-scale=1, minimum-scale=1, height=device-height",
"twitter:description": "The official home for creator resources and benefits available to help you make great videos, find your audience, and grow your channel on YouTube.",
"og:url": "https://www.youtube.com/creators/"
}
],
"cse_image": [
{
"src": "https://lh3.googleusercontent.com/yBOaqK8ueBXFog68NWRc3B9tPFhm0M0ooucYRsfEfj40qlIoL8MXAvywZn4zATfbZYvuwLtj1aTlNbJ-tGrp97mwAXy9VT9wzW3TkfY?s=1200"
}
]
}
},
{
"kind": "customsearch#result",
"title": "Childish Gambino - This Is America (Official Video) - YouTube",
"htmlTitle": "Childish Gambino - This Is America (Official Video) - <b>YouTube</b>",
"link": "https://www.google.com/appserve/mkt/proof/p/AL8lKjM4__8cUi1ZbKUv0HhFDGddqxsl4VXkVxLGfbsi12zPHqxXWjFjdGnIT-CsI8ZDtl8HkbP5V6cKR5qTcGyjEBk4n1TM7ryJAFg7hCHj2zlLmcDdMayjdY01k8UUEW1y3shBXQ?disableTrackingProofPage=true",
"displayLink": "www.google.com",
"snippet": "May 5, 2018 ... \"This Is America\" by Childish GambinoListen to Childish Gambino: https://\nChildishGambino.lnk.to/listenYDWatch more Childish Gambino ...",
"htmlSnippet": "May 5, 2018 <b>...</b> "This Is America" by Childish GambinoListen to Childish Gambino: https://<br>\nChildishGambino.lnk.to/listenYDWatch more Childish Gambino ...",
"formattedUrl": "https://www.google.com/.../AL8lKjM4__ 8cUi1ZbKUv0HhFDGddqxsl4VXkVxLGfbsi12zPHqxXWjFjdGnIT- ...",
"htmlFormattedUrl": "https://www.google.com/.../AL8lKjM4__ 8cUi1ZbKUv0HhFDGddqxsl4VXkVxLGfbsi12zPHqxXWjFjdGnIT- ...",
"pagemap": {
"cse_thumbnail": [
{
"src": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcTIWxVq6KB6lUdvIT11SobgeKcaaX3mPa9DpT79CVBDfd00htrurk9bSOlJ",
"width": "300",
"height": "168"
}
],
"imageobject": [
{
"width": "1280",
"url": "https://i.ytimg.com/vi/VYOjWnS4cMY/maxresdefault.jpg",
"height": "720"
}
],
"person": [
{
"name": "ChildishGambinoVEVO",
"url": "http://www.youtube.com/user/ChildishGambinoVEVO"
}
],
"metatags": [
{
"og:image": "https://i.ytimg.com/vi/VYOjWnS4cMY/maxresdefault.jpg",
"theme-color": "rgba(255,255,255,0.98)",
"og:image:width": "1280",
"twitter:card": "player",
"og:site_name": "YouTube",
"al:android:package": "com.google.android.youtube",
"title": "Childish Gambino - This Is America (Official Video)",
"al:ios:url": "vnd.youtube://www.youtube.com/watch?v=VYOjWnS4cMY&feature=applinks",
"og:description": "\"This Is America\" by Childish GambinoListen to Childish Gambino: https://ChildishGambino.lnk.to/listenYDWatch more Childish Gambino videos: https://ChildishG...",
"al:ios:app_store_id": "544007664",
"twitter:site": "@youtube",
"og:video:type": "text/html",
"og:video:height": "720",
"og:video:url": "https://www.youtube.com/embed/VYOjWnS4cMY",
"og:type": "video.other",
"al:ios:app_name": "YouTube",
"og:title": "Childish Gambino - This Is America (Official Video)",
"og:image:height": "720",
"al:web:url": "http://www.youtube.com/watch?v=VYOjWnS4cMY&feature=applinks",
"og:video:secure_url": "https://www.youtube.com/embed/VYOjWnS4cMY",
"og:video:tag": "this is america",
"og:video:width": "1280",
"al:android:url": "vnd.youtube://www.youtube.com/watch?v=VYOjWnS4cMY&feature=applinks",
"fb:app_id": "87741124305",
"og:url": "https://www.youtube.com/watch?v=VYOjWnS4cMY",
"al:android:app_name": "YouTube"
}
],
"videoobject": [
{
"embedurl": "https://www.youtube.com/embed/VYOjWnS4cMY",
"playertype": "HTML5 Flash",
"isfamilyfriendly": "true",
"uploaddate": "2018-05-05",
"description": "\"This Is America\" by Childish GambinoListen to Childish Gambino: https://ChildishGambino.lnk.to/listenYDWatch more Childish Gambino videos: https://ChildishG...",
"videoid": "VYOjWnS4cMY",
"url": "https://www.youtube.com/watch?v=VYOjWnS4cMY",
"duration": "PT4M5S",
"unlisted": "False",
"name": "Childish Gambino - This Is America (Official Video)",
"paid": "False",
"width": "1280",
"regionsallowed": "AD,AE,AF,AG,AI,AL,AM,AO,AQ,AR,AS,AT,AU,AW,AX,AZ,BA,BB,BD,BE,BF,BG,BH,BI,BJ,BL,BM,BN,BO,BQ,BR,BS,BT,BV,BW,BY,BZ,CA,CD,CF,CG,CH,CI,CL,CM,CN,CO,CR,CU,CV,CW,CY,CZ,DE,DJ,DK,DM,DO,DZ,EC,EE,EG,EH,ER,ES,ET...",
"genre": "Music",
"interactioncount": "771194920",
"channelid": "UCjYO25ZVJT523TD1iYHzcbw",
"datepublished": "2018-05-05",
"thumbnailurl": "https://i.ytimg.com/vi/VYOjWnS4cMY/maxresdefault.jpg",
"height": "720"
}
],
"cse_image": [
{
"src": "https://i.ytimg.com/vi/VYOjWnS4cMY/maxresdefault.jpg"
}
]
}
},
{
"kind": "customsearch#result",
"title": "Coachella: 20 Years in the Desert | YouTube Originals - YouTube",
"htmlTitle": "Coachella: 20 Years in the Desert | <b>YouTube</b> Originals - <b>YouTube</b>",
"link": "https://www.google.com/appserve/mkt/p/AM7kBiXsYLyPQ9TR-6fr8AMrQA5a2sDRhCFbb5-bzhTc6mTGkapTkzXIuME-xx7sGEkdj2bxSY81y42gutctujAqKlpQzfxwcbqVNe_wwVlWPSTLklD-Dt0OLOr-q1OR1-c",
"displayLink": "www.google.com",
"snippet": "Apr 10, 2020 ... Coachella: 20 Years in the Desert | YouTube Originals ... Watch it free with ads or \nget YouTube Premium to watch ad-free with exclusive bonus ...",
"htmlSnippet": "Apr 10, 2020 <b>...</b> Coachella: 20 Years in the Desert | <b>YouTube</b> Originals ... Watch it free with ads or <br>\nget <b>YouTube</b> Premium to watch ad-free with exclusive bonus ...",
"formattedUrl": "https://www.google.com/.../AM7kBiXsYLyPQ9TR- 6fr8AMrQA5a2sDRhCFbb5-bzhTc6mTGkapTkzXIuME- ...",
"htmlFormattedUrl": "https://www.google.com/.../AM7kBiXsYLyPQ9TR- 6fr8AMrQA5a2sDRhCFbb5-bzhTc6mTGkapTkzXIuME- ...",
"pagemap": {
"cse_thumbnail": [
{
"src": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR5lB7EQoDJ9jx7NSV0slTyv_HdxdQj3sCWNiLlVvqg3rTQ1Uo3N5hdvoQ",
"width": "300",
"height": "168"
}
],
"VideoObject": [
{
"duration": "PT1H43M38S",
"embedUrl": "https://www.youtube.com/embed/jjwilAja7Lc",
"itemtype": "http://schema.org/VideoObject",
"uploadDate": "2020-04-10",
"name": "Coachella: 20 Years in the Desert | YouTube Originals",
"genre": "Film & Animation",
"description": "A documentary feature two decades in the making, “Coachella: 20 Years in the Desert” opens up the vault for the very first time to present the legendary performances and behind-the-scenes stories that shaped the seminal music festival. \n\nThe film provides a rare look at Coachella’s colorful beginning, presents exclusive, never-before-seen footage, interviews, and key performances from some of the biggest names in music.\n\n\nProduced and directed by Chris Perkel\n\nExecutive Produced by Raymond Leon Roker and Paul Tollett\n\nA Goldenvoice Production in association with Hamsterdam Productions.\n\nWatch it free with ads or get YouTube Premium to watch ad-free with exclusive bonus footage. Learn more at: https://support.google.com/youtube/answer/6358146 \nCheck out YouTube Premium at: https://www.youtube.com/premium/originals \nSee if Premium is available in your country at: https://support.google.com/youtube/answer/6307365\n\nChapters:\n00:00 Intro\n05:09 Chapter One: ORIGINS\n22:18 Chapter Two: THE EARLY YEARS\n40:37 Chapter Three: RISE OF THE ROBOTS\n56:14 Chapter Four: THE NEW BEATS\n1:15:32 Chapter Five THE NEXT GENERATION",
"interactionCount": "2960547",
"thumbnailUrl": "https://i.ytimg.com/vi/jjwilAja7Lc/maxresdefault.jpg"
}
],
"BreadcrumbList": [
{
"itemtype": "http://schema.org/BreadcrumbList"
}
],
"imageobject": [
{
"width": "1280",
"url": "https://i.ytimg.com/vi/jjwilAja7Lc/maxresdefault.jpg",
"height": "720"
}
],
"broadcastevent": [
{
"islivebroadcast": "True",
"enddate": "2020-04-10T20:45:43+00:00",
"startdate": "2020-04-10T19:00:10+00:00"
}
],
"person": [
{
"name": "Coachella",
"url": "http://www.youtube.com/user/coachella"
}
],
"metatags": [
{
"og:image": "https://i.ytimg.com/vi/jjwilAja7Lc/maxresdefault.jpg",
"theme-color": "rgba(255,255,255,0.98)",
"og:image:width": "1280",
"og:type": "video.other",
"og:site_name": "YouTube",
"al:ios:app_name": "YouTube",
"og:title": "Coachella: 20 Years in the Desert | YouTube Originals",
"og:image:height": "720",
"al:android:package": "com.google.android.youtube",
"title": "Coachella: 20 Years in the Desert | YouTube Originals",
"al:ios:url": "vnd.youtube://www.youtube.com/watch?v=jjwilAja7Lc&feature=applinks",
"al:web:url": "http://www.youtube.com/watch?v=jjwilAja7Lc&feature=applinks",
"og:video:secure_url": "https://www.youtube.com/embed/jjwilAja7Lc",
"og:video:tag": "full episode",
"og:description": "A documentary feature two decades in the making, “Coachella: 20 Years in the Desert” opens up the vault for the very first time to present the legendary perf...",
"og:video:width": "1280",
"al:ios:app_store_id": "544007664",
"al:android:url": "vnd.youtube://www.youtube.com/watch?v=jjwilAja7Lc&feature=applinks",
"fb:app_id": "87741124305",
"og:video:type": "text/html",
"og:video:height": "720",
"og:video:url": "https://www.youtube.com/embed/jjwilAja7Lc",
"og:url": "https://www.youtube.com/watch?v=jjwilAja7Lc",
"al:android:app_name": "YouTube"
}
],
"videoobject": [
{
"embedurl": "https://www.youtube.com/embed/jjwilAja7Lc",
"playertype": "HTML5 Flash",
"isfamilyfriendly": "true",
"uploaddate": "2020-04-10",
"description": "A documentary feature two decades in the making, “Coachella: 20 Years in the Desert” opens up the vault for the very first time to present the legendary perf...",
"videoid": "jjwilAja7Lc",
"url": "https://www.youtube.com/watch?v=jjwilAja7Lc",
"duration": "PT103M38S",
"unlisted": "False",
"name": "Coachella: 20 Years in the Desert | YouTube Originals",
"paid": "False",
"width": "1280",
"regionsallowed": "AD,AE,AF,AG,AI,AL,AM,AO,AQ,AR,AS,AT,AU,AW,AX,AZ,BA,BB,BD,BE,BF,BG,BH,BI,BJ,BL,BM,BN,BO,BQ,BR,BS,BT,BV,BW,BY,BZ,CA,CC,CD,CF,CG,CH,CI,CK,CL,CM,CN,CO,CR,CU,CV,CW,CX,CY,CZ,DE,DJ,DK,DM,DO,DZ,EC,EE,EG,EH...",
"genre": "Film & Animation",
"interactioncount": "2960547",
"channelid": "UCHF66aWLOxBW4l6VkSrS3cQ",
"datepublished": "2020-04-10",
"thumbnailurl": "https://i.ytimg.com/vi/jjwilAja7Lc/maxresdefault.jpg",
"height": "720"
}
],
"cse_image": [
{
"src": "https://i.ytimg.com/vi/jjwilAja7Lc/maxresdefault.jpg"
}
]
}
},
{
"kind": "customsearch#result",
"title": "Lele Pons - YouTube",
"htmlTitle": "Lele Pons - <b>YouTube</b>",
"link": "https://www.google.com/appserve/mkt/p/AD-FnExPqt7WsuXR3eCB6aeE3PhkryqNGDpamRzuB1H61Bw71F2YNMGesM_YoTGWudGsIAWdJIM2Wpehe0hD-gt9ZZmhTLyQB3YFlf974caOpxBWdwm3jKhSPUQjeW4TKTPwzUgmL5QHlwnyMHZuKX_cMLsFXP7W5dBzqTKRluvzEowf",
"displayLink": "www.google.com",
"snippet": "A collection of top funny videos from Lele Pons and other Shots Studios members \nlike Rudy Mancuso, Hannah Stocking, and Anwar Jibawi!",
"htmlSnippet": "A collection of top funny videos from Lele Pons and other Shots Studios members <br>\nlike Rudy Mancuso, Hannah Stocking, and Anwar Jibawi!",
"formattedUrl": "https://www.google.com/.../AD- FnExPqt7WsuXR3eCB6aeE3PhkryqNGDpamRzuB1H61Bw71F2YNMGes...",
"htmlFormattedUrl": "https://www.google.com/.../AD- FnExPqt7WsuXR3eCB6aeE3PhkryqNGDpamRzuB1H61Bw71F2YNMGes...",
"pagemap": {
"hcard": [
{
"fn": "Lele Pons",
"url": "https://www.youtube.com/channel/UCi9cDo6239RAzPpBZO9y5SA"
}
],
"cse_thumbnail": [
{
"src": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcR_I_N2oe7OD2_M7ZsS_F9ZcAUofaM4yWbvkOLfwMzBqU_mpMyEhOCBWqh0",
"width": "225",
"height": "225"
}
],
"BreadcrumbList": [
{
"itemtype": "http://schema.org/BreadcrumbList"
}
],
"imageobject": [
{
"width": "900",
"url": "https://yt3.ggpht.com/ytc/AAUvwnidTA0iEeVmUVBeo7tO4Vvqgvc2zzsYLVnXMXF0Ww=s900-c-k-c0x00ffffff-no-rj",
"height": "900"
}
],
"person": [
{
"name": "Lele Pons",
"url": "https://www.youtube.com/channel/UCi9cDo6239RAzPpBZO9y5SA"
}
],
"metatags": [
{
"og:image": "https://yt3.ggpht.com/ytc/AAUvwnidTA0iEeVmUVBeo7tO4Vvqgvc2zzsYLVnXMXF0Ww=s900-c-k-c0x00ffffff-no-rj",
"twitter:app:url:iphone": "vnd.youtube://www.youtube.com/channel/UCi9cDo6239RAzPpBZO9y5SA",
"twitter:app:id:googleplay": "com.google.android.youtube",
"theme-color": "rgba(255,255,255,0.98)",
"og:image:width": "900",
"twitter:card": "summary",
"og:site_name": "YouTube",
"twitter:url": "https://www.youtube.com/channel/UCi9cDo6239RAzPpBZO9y5SA",
"twitter:app:url:ipad": "vnd.youtube://www.youtube.com/channel/UCi9cDo6239RAzPpBZO9y5SA",
"al:android:package": "com.google.android.youtube",
"twitter:app:name:googleplay": "YouTube",
"al:ios:url": "vnd.youtube://www.youtube.com/channel/UCi9cDo6239RAzPpBZO9y5SA",
"twitter:app:id:iphone": "544007664",
"og:description": "PART OF THE SHOTS STUDIOS FAMILY!",
"al:ios:app_store_id": "544007664",
"twitter:image": "https://yt3.ggpht.com/ytc/AAUvwnidTA0iEeVmUVBeo7tO4Vvqgvc2zzsYLVnXMXF0Ww=s900-c-k-c0x00ffffff-no-rj",
"twitter:site": "@youtube",
"og:type": "profile",
"fb:profile_id": "lele",
"twitter:title": "Lele Pons",
"al:ios:app_name": "YouTube",
"og:title": "Lele Pons",
"og:image:height": "900",
"twitter:app:id:ipad": "544007664",
"al:web:url": "https://www.youtube.com/channel/UCi9cDo6239RAzPpBZO9y5SA?feature=applinks",
"og:video:tag": "lele pons",
"al:android:url": "https://www.youtube.com/channel/UCi9cDo6239RAzPpBZO9y5SA?feature=applinks",
"fb:app_id": "87741124305",
"twitter:app:url:googleplay": "https://www.youtube.com/channel/UCi9cDo6239RAzPpBZO9y5SA",
"twitter:app:name:ipad": "YouTube",
"twitter:description": "PART OF THE SHOTS STUDIOS FAMILY!",
"og:url": "https://www.youtube.com/channel/UCi9cDo6239RAzPpBZO9y5SA",
"al:android:app_name": "YouTube",
"twitter:app:name:iphone": "YouTube"
}
],
"cse_image": [
{
"src": "https://yt3.ggpht.com/ytc/AAUvwnidTA0iEeVmUVBeo7tO4Vvqgvc2zzsYLVnXMXF0Ww=s900-c-k-c0x00ffffff-no-rj"
}
]
}
},
{
"kind": "customsearch#result",
"title": "Google Account",
"htmlTitle": "Google Account",
"link": "https://www.google.com/account/about/",
"displayLink": "www.google.com",
"snippet": "Google services, from Chrome to YouTube, work better and help you do more \nwhen you're signed in. Your account gives you access to helpful features like \nAutofill ...",
"htmlSnippet": "Google services, from Chrome to <b>YouTube</b>, work better and help you do more <br>\nwhen you're signed in. Your account gives you access to helpful features like <br>\nAutofill ...",
"cacheId": "uTrx5HJU9IsJ",
"formattedUrl": "https://www.google.com/account/about/",
"htmlFormattedUrl": "https://www.google.com/account/about/",
"pagemap": {
"cse_thumbnail": [
{
"src": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcS0aX3XKMC29RnMOuH5t0BpQs52AndkGU5CTzJhSLMw0k9_xAsoT0SrCyyc",
"width": "225",
"height": "225"
}
],
"metatags": [
{
"referrer": "no-referrer",
"viewport": "initial-scale=1, minimum-scale=1, width=device-width"
}
],
"cse_image": [
{
"src": "https://lh3.googleusercontent.com/V3oyG2WIt-S7sKXhfG6eXZ6VLFF4wG24k_kIh9DnGhtyRUS0VgPxD45cY87-Yf3-JUa9MBo-ZlAvRpv--Pl2d2UOIGDEtqnm03M4"
}
]
}
},
{
"kind": "customsearch#result",
"title": "Drake - Nice For What - YouTube",
"htmlTitle": "Drake - Nice For What - <b>YouTube</b>",
"link": "https://www.google.com/appserve/mkt/proof/p/AL8lKjNuXu10H_1fbjVeOhT2JJEJvz6xZmQDpOnTcWWW31iUzoXxQgBTnV5UTbmrWCA5xXuEPyacBeXXy2e75InlrWv9wYZv3hMKy36LOAsq_T90f3L1NANfdqMgCsy2Iw9CJ9Q?disableTrackingProofPage=true",
"displayLink": "www.google.com",
"snippet": "Apr 6, 2018 ... Music video by Drake performing Nice For What. © 2018 Young Money/Cash \nMoney Records.",
"htmlSnippet": "Apr 6, 2018 <b>...</b> Music video by Drake performing Nice For What. © 2018 Young Money/Cash <br>\nMoney Records.",
"formattedUrl": "https://www.google.com/.../AL8lKjNuXu10H_ 1fbjVeOhT2JJEJvz6xZmQDpOnTcWWW31iUzoXxQgBTnV5UTbmrWC...",
"htmlFormattedUrl": "https://www.google.com/.../AL8lKjNuXu10H_ 1fbjVeOhT2JJEJvz6xZmQDpOnTcWWW31iUzoXxQgBTnV5UTbmrWC...",
"pagemap": {
"cse_thumbnail": [
{
"src": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSszsgAFypbSifWW07Y1Nx2uuoOJ34D9yRAYtRi2D5hNf93ULUQ_YNaoROU",
"width": "300",
"height": "168"
}
],
"imageobject": [
{
"width": "1280",
"url": "https://i.ytimg.com/vi/U9BwWKXjVaI/maxresdefault.jpg",
"height": "720"
}
],
"person": [
{
"name": "DrakeVEVO",
"url": "http://www.youtube.com/user/DrakeVEVO"
}
],
"metatags": [
{
"og:image": "https://i.ytimg.com/vi/U9BwWKXjVaI/maxresdefault.jpg",
"twitter:app:url:iphone": "vnd.youtube://www.youtube.com/watch?v=U9BwWKXjVaI&feature=applinks",
"twitter:app:id:googleplay": "com.google.android.youtube",
"theme-color": "rgba(255,255,255,0.98)",
"og:image:width": "1280",
"twitter:card": "player",
"og:site_name": "YouTube",
"twitter:url": "https://www.youtube.com/watch?v=U9BwWKXjVaI",
"twitter:app:url:ipad": "vnd.youtube://www.youtube.com/watch?v=U9BwWKXjVaI&feature=applinks",
"al:android:package": "com.google.android.youtube",
"twitter:app:name:googleplay": "YouTube",
"title": "Drake - Nice For What",
"al:ios:url": "vnd.youtube://www.youtube.com/watch?v=U9BwWKXjVaI&feature=applinks",
"twitter:app:id:iphone": "544007664",
"og:description": "Music video by Drake performing Nice For What. © 2018 Young Money/Cash Money Records",
"al:ios:app_store_id": "544007664",
"twitter:image": "https://i.ytimg.com/vi/U9BwWKXjVaI/maxresdefault.jpg",
"twitter:player": "https://www.youtube.com/embed/U9BwWKXjVaI",
"twitter:player:height": "720",
"twitter:site": "@youtube",
"og:video:type": "text/html",
"og:video:height": "720",
"og:video:url": "https://www.youtube.com/embed/U9BwWKXjVaI",
"og:type": "video.other",
"twitter:title": "Drake - Nice For What",
"al:ios:app_name": "YouTube",
"og:title": "Drake - Nice For What",
"og:image:height": "720",
"twitter:app:id:ipad": "544007664",
"al:web:url": "http://www.youtube.com/watch?v=U9BwWKXjVaI&feature=applinks",
"og:video:secure_url": "https://www.youtube.com/embed/U9BwWKXjVaI",
"og:video:tag": "Drake",
"og:video:width": "1280",
"al:android:url": "vnd.youtube://www.youtube.com/watch?v=U9BwWKXjVaI&feature=applinks",
"fb:app_id": "87741124305",
"twitter:app:url:googleplay": "https://www.youtube.com/watch?v=U9BwWKXjVaI",
"twitter:app:name:ipad": "YouTube",
"twitter:description": "Music video by Drake performing Nice For What. © 2018 Young Money/Cash Money Records",
"og:url": "https://www.youtube.com/watch?v=U9BwWKXjVaI",
"twitter:player:width": "1280",
"al:android:app_name": "YouTube",
"twitter:app:name:iphone": "YouTube"
}
],
"videoobject": [
{
"embedurl": "https://www.youtube.com/embed/U9BwWKXjVaI",
"playertype": "HTML5 Flash",
"isfamilyfriendly": "true",
"uploaddate": "2018-04-06",
"description": "Music video by Drake performing Nice For What. © 2018 Young Money/Cash Money Records",
"videoid": "U9BwWKXjVaI",
"url": "https://www.youtube.com/watch?v=U9BwWKXjVaI",
"duration": "PT4M23S",
"unlisted": "False",
"name": "Drake - Nice For What",
"paid": "False",
"width": "1280",
"regionsallowed": "AD,AE,AF,AG,AI,AL,AM,AO,AQ,AR,AS,AT,AU,AW,AX,AZ,BA,BB,BD,BE,BF,BG,BH,BI,BJ,BL,BM,BN,BO,BQ,BR,BS,BT,BV,BW,BY,BZ,CA,CC,CD,CF,CG,CH,CI,CK,CL,CM,CN,CO,CR,CU,CV,CW,CX,CY,CZ,DE,DJ,DK,DM,DO,DZ,EC,EE,EG,EH...",
"genre": "Music",
"interactioncount": "372928454",
"channelid": "UCQznUf1SjfDqx65hX3zRDiA",
"datepublished": "2018-04-06",
"thumbnailurl": "https://i.ytimg.com/vi/U9BwWKXjVaI/maxresdefault.jpg",
"height": "720"
}
],
"cse_image": [
{
"src": "https://i.ytimg.com/vi/U9BwWKXjVaI/maxresdefault.jpg"
}
]
}
},
{
"kind": "customsearch#result",
"title": "Drake - In My Feelings - YouTube",
"htmlTitle": "Drake - In My Feelings - <b>YouTube</b>",
"link": "https://www.google.com/appserve/mkt/proof/p/AL8lKjPZEIMSUIsLWfM06p7KTKvcOVRGAmrPTQInIE8M2o-tvfVuLblGvDX24o1TuEtqfDSfVQPWgNA-vMt3nGFvYMNmiapVVWLCNgK0YKHbrfk3etXdyJH9reH95ZxXUbgCktWN?disableTrackingProofPage=true",
"displayLink": "www.google.com",
"snippet": "Aug 2, 2018 ... In My Feelings (Official Video)'Scorpion' Available Here: https://drake.lnk.to/\nScorpionYDA FILM BYKARENA EVANSA POPP ROK ...",
"htmlSnippet": "Aug 2, 2018 <b>...</b> In My Feelings (Official Video)'Scorpion' Available Here: https://drake.lnk.to/<br>\nScorpionYDA FILM BYKARENA EVANSA POPP ROK ...",
"formattedUrl": "https://www.google.com/.../ AL8lKjPZEIMSUIsLWfM06p7KTKvcOVRGAmrPTQInIE8M2o- ...",
"htmlFormattedUrl": "https://www.google.com/.../ AL8lKjPZEIMSUIsLWfM06p7KTKvcOVRGAmrPTQInIE8M2o- ...",
"pagemap": {
"cse_thumbnail": [
{
"src": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRIq01A1yKFaArEQR0eK3uD2D6_27_AA2PJnVFTqtFjPzqtbK2emnMDPAsj",
"width": "300",
"height": "168"
}
],
"imageobject": [
{
"width": "1280",
"url": "https://i.ytimg.com/vi/DRS_PpOrUZ4/maxresdefault.jpg",
"height": "720"
}
],
"person": [
{
"name": "DrakeVEVO",
"url": "http://www.youtube.com/user/DrakeVEVO"
}
],
"metatags": [
{
"og:image": "https://i.ytimg.com/vi/DRS_PpOrUZ4/maxresdefault.jpg",
"twitter:app:url:iphone": "vnd.youtube://www.youtube.com/watch?v=DRS_PpOrUZ4&feature=applinks",
"twitter:app:id:googleplay": "com.google.android.youtube",
"theme-color": "rgba(255,255,255,0.98)",
"og:image:width": "1280",
"twitter:card": "player",
"og:site_name": "YouTube",
"twitter:url": "https://www.youtube.com/watch?v=DRS_PpOrUZ4",
"twitter:app:url:ipad": "vnd.youtube://www.youtube.com/watch?v=DRS_PpOrUZ4&feature=applinks",
"al:android:package": "com.google.android.youtube",
"twitter:app:name:googleplay": "YouTube",
"title": "Drake - In My Feelings",
"al:ios:url": "vnd.youtube://www.youtube.com/watch?v=DRS_PpOrUZ4&feature=applinks",
"twitter:app:id:iphone": "544007664",
"og:description": "In My Feelings (Official Video)‘Scorpion’ Available Here: https://drake.lnk.to/ScorpionYDA FILM BYKARENA EVANSA POPP ROK PRODUCTIONEXECUTIVE PRODUCERSDIRECTO...",
"al:ios:app_store_id": "544007664",
"twitter:image": "https://i.ytimg.com/vi/DRS_PpOrUZ4/maxresdefault.jpg",
"twitter:player": "https://www.youtube.com/embed/DRS_PpOrUZ4",
"twitter:player:height": "720",
"twitter:site": "@youtube",
"og:video:type": "text/html",
"og:video:height": "720",
"og:video:url": "https://www.youtube.com/embed/DRS_PpOrUZ4",
"og:type": "video.other",
"twitter:title": "Drake - In My Feelings",
"al:ios:app_name": "YouTube",
"og:title": "Drake - In My Feelings",
"og:image:height": "720",
"twitter:app:id:ipad": "544007664",
"al:web:url": "http://www.youtube.com/watch?v=DRS_PpOrUZ4&feature=applinks",
"og:video:secure_url": "https://www.youtube.com/embed/DRS_PpOrUZ4",
"og:video:tag": "Drake",
"og:video:width": "1280",
"al:android:url": "vnd.youtube://www.youtube.com/watch?v=DRS_PpOrUZ4&feature=applinks",
"fb:app_id": "87741124305",
"twitter:app:url:googleplay": "https://www.youtube.com/watch?v=DRS_PpOrUZ4",
"twitter:app:name:ipad": "YouTube",
"twitter:description": "In My Feelings (Official Video)‘Scorpion’ Available Here: https://drake.lnk.to/ScorpionYDA FILM BYKARENA EVANSA POPP ROK PRODUCTIONEXECUTIVE PRODUCERSDIRECTO...",
"og:url": "https://www.youtube.com/watch?v=DRS_PpOrUZ4",
"twitter:player:width": "1280",
"al:android:app_name": "YouTube",
"twitter:app:name:iphone": "YouTube"
}
],
"videoobject": [
{
"embedurl": "https://www.youtube.com/embed/DRS_PpOrUZ4",
"playertype": "HTML5 Flash",
"isfamilyfriendly": "true",
"uploaddate": "2018-08-02",
"description": "In My Feelings (Official Video)‘Scorpion’ Available Here: https://drake.lnk.to/ScorpionYDA FILM BYKARENA EVANSA POPP ROK PRODUCTIONEXECUTIVE PRODUCERSDIRECTO...",
"videoid": "DRS_PpOrUZ4",
"url": "https://www.youtube.com/watch?v=DRS_PpOrUZ4",
"duration": "PT8M0S",
"unlisted": "False",
"name": "Drake - In My Feelings",
"paid": "False",
"width": "1280",
"regionsallowed": "AD,AE,AF,AG,AI,AL,AM,AO,AQ,AR,AS,AT,AU,AW,AX,AZ,BA,BB,BD,BE,BG,BH,BI,BJ,BL,BM,BO,BQ,BR,BS,BT,BV,BW,BZ,CA,CC,CD,CF,CG,CH,CI,CK,CL,CM,CN,CO,CR,CU,CV,CW,CX,CY,CZ,DE,DJ,DK,DM,DO,DZ,EC,EE,EG,EH,ER,ES,ET...",
"genre": "Music",
"interactioncount": "261307060",
"channelid": "UCQznUf1SjfDqx65hX3zRDiA",
"datepublished": "2018-08-02",
"thumbnailurl": "https://i.ytimg.com/vi/DRS_PpOrUZ4/maxresdefault.jpg",
"height": "720"
}
],
"cse_image": [
{
"src": "https://i.ytimg.com/vi/DRS_PpOrUZ4/maxresdefault.jpg"
}
]
}
}
]
}