-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
66 lines (66 loc) · 1.33 KB
/
db.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"categorias": [
{
"nome": "Trailers",
"cor": "#feed0a",
"descricao": "",
"id": 1
},
{
"id": 2,
"nome": "Playlist",
"descricao": "",
"cor": "#feed0a"
},
{
"id": 3,
"nome": "Gameplay",
"descricao": "",
"cor": "#feed0a"
},
{
"id": 4,
"nome": "SAMURAI",
"descricao": "",
"cor": "#feed0a"
},
{
"id": 5,
"nome": "Miscellaneous",
"descricao": "",
"cor": "#feed0a"
}
],
"videos": [
{
"id": 1,
"categoriaId": 1,
"titulo": "Trailer Cinematográfico Oficial E3 2019",
"url": "https://www.youtube.com/watch?v=qIcTM8WXFjk"
},
{
"id": 2,
"categoriaId": 1,
"titulo": "Trailer Cinematográfico Oficial E3 2019",
"url": "https://www.youtube.com/watch?v=qIcTM8WXFjk"
},
{
"id": 3,
"categoriaId": 1,
"titulo": "Official Trailer — The Gig",
"url": "https://www.youtube.com/watch?v=ixl31324UxE"
},
{
"id": 4,
"categoriaId": 1,
"titulo": "Trailer E3 2018 Oficial",
"url": "https://www.youtube.com/watch?v=8X2kIfS6fb8"
},
{
"id": 5,
"categoriaId": 1,
"titulo": "Cyberpunk 2077 Teaser Trailer",
"url": "https://www.youtube.com/watch?v=P99qJGrPNLs"
}
]
}