-
Notifications
You must be signed in to change notification settings - Fork 0
/
videos.json
46 lines (44 loc) · 1.51 KB
/
videos.json
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
[
{
"id": "14-SHyVQYPDjkGWkHiOwFzBTBlpTN7rzc",
"title": "Video Title 1",
"description": "This is a description for video 1.",
"tags": ["Tag 1", "Tag 3"],
"thumbnail": "https://via.placeholder.com/1280x720"
},
{
"id": "1-AWtA6wxZQAER3YDz9S5JI2kTgMGgXmc",
"title": "Video Title 2",
"description": "This is a description for video 2.",
"tags": ["Tag 2"],
"thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS_7jrFPz3sX4o9rYkgKHJwzOHw_Mp2kAX45_KdI5uhFA&s"
},
{
"id": "14-SHyVQYPDjkGWkHiOwFzBTBlpTN7rzc",
"title": "Video Title 3",
"description": "This is a description for video 1.",
"tags": ["Tag 5", "Tag 3"],
"thumbnail": "https://via.placeholder.com/1280x720"
},
{
"id": "1B-EXAMPLEIDFORVIDEO",
"title": "Video Title 4",
"description": "This is a description for video 2.",
"tags": ["Tag 4"],
"thumbnail": "https://via.placeholder.com/1280x720"
},
{
"id": "14-SHyVQYPDjkGWkHiOwFzBTBlpTN7rzc",
"title": "Video Title 5",
"description": "This is a description for video 1.",
"tags": ["Tag 4", "Tag 5"],
"thumbnail": "https://via.placeholder.com/1280x720"
},
{
"id": "1B-EXAMPLEIDFORVIDEO",
"title": "Video Title 6",
"description": "This is a description for video 2.",
"tags": ["Tag 7"],
"thumbnail": "https://via.placeholder.com/1280x720"
}
]