-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyoutubes.json
More file actions
executable file
·72 lines (71 loc) · 2.16 KB
/
youtubes.json
File metadata and controls
executable file
·72 lines (71 loc) · 2.16 KB
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
{
"kind": "youtube#searchListResponse",
"etag": "\"XpPGQXPnxQJhLgs6enD_n8JR4Qk/HabS5uTwVUPktBOhpd3uLUXhDrI\"",
"regionCode": "MX",
"pageInfo": {
"totalResults": 2,
"resultsPerPage": 25
},
"items": [
{
"kind": "youtube#searchResult",
"etag": "\"XpPGQXPnxQJhLgs6enD_n8JR4Qk/HkjpnoUG7KQi2tWMb5AaUEgDsVw\"",
"id": {
"kind": "youtube#video",
"videoId": "VpcEEL67w5Y"
},
"snippet": {
"publishedAt": "2011-06-19T09:43:08.000Z",
"channelId": "UCA6usga5ODIZjkEekkBs6Tg",
"title": "Musica clásica",
"description": "En el centro de san luis potosi.",
"thumbnails": {
"default": {
"url": "https://i.ytimg.com/vi/VpcEEL67w5Y/default.jpg",
"width": 120,
"height": 90
},
"medium": {
"url": "https://i.ytimg.com/vi/VpcEEL67w5Y/mqdefault.jpg",
"width": 320,
"height": 180
},
"high": {
"url": "https://i.ytimg.com/vi/VpcEEL67w5Y/hqdefault.jpg",
"width": 480,
"height": 360
}
},
"channelTitle": "EnriqueG",
"liveBroadcastContent": "none"
}
},
{
"kind": "youtube#searchResult",
"etag": "\"XpPGQXPnxQJhLgs6enD_n8JR4Qk/ZEOTdXpnBPF9NEtJV2ng5EJ9Nco\"",
"id": {
"kind": "youtube#channel",
"channelId": "UCA6usga5ODIZjkEekkBs6Tg"
},
"snippet": {
"publishedAt": "2007-12-15T22:12:14.000Z",
"channelId": "UCA6usga5ODIZjkEekkBs6Tg",
"title": "EnriqueG",
"description": "",
"thumbnails": {
"default": {
"url": "https://yt3.ggpht.com/-gRv2HUwKJyQ/AAAAAAAAAAI/AAAAAAAAAAA/0Bi4zyDabwA/s88-c-k-no-mo-rj-c0xffffff/photo.jpg"
},
"medium": {
"url": "https://yt3.ggpht.com/-gRv2HUwKJyQ/AAAAAAAAAAI/AAAAAAAAAAA/0Bi4zyDabwA/s240-c-k-no-mo-rj-c0xffffff/photo.jpg"
},
"high": {
"url": "https://yt3.ggpht.com/-gRv2HUwKJyQ/AAAAAAAAAAI/AAAAAAAAAAA/0Bi4zyDabwA/s800-c-k-no-mo-rj-c0xffffff/photo.jpg"
}
},
"channelTitle": "EnriqueG",
"liveBroadcastContent": "none"
}
}
]
}