-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
47 lines (47 loc) · 996 Bytes
/
db.json
File metadata and controls
47 lines (47 loc) · 996 Bytes
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
{
"categorias": [
{
"id": 1,
"titulo": "Terror",
"descricao": ""
}
],
"videos": [
{
"id": 1,
"categoriaId": 1,
"titulo": "Friday the 13th",
"url": "https://www.youtube.com/watch?v=ANrq_t617to"
},
{
"id": 2,
"categoriaId": 1,
"titulo": "Halloween",
"url": "https://www.youtube.com/watch?v=ek1ePFp-nBI"
},
{
"id": 3,
"categoriaId": 1,
"titulo": "The Texas Chainsaw Massacre",
"url": "https://www.youtube.com/watch?v=janre4HxsX4"
},
{
"id": 4,
"categoriaId": 1,
"titulo": "A Hora do Pesadelo",
"url": "https://www.youtube.com/watch?v=A4TkFCRXlO8"
},
{
"id": 5,
"categoriaId": 1,
"titulo": "Pânico",
"url": "https://www.youtube.com/watch?v=Xlut875doho"
},
{
"id": 6,
"categoriaId": 1,
"titulo": "Happy Death Day ",
"url": "https://www.youtube.com/watch?v=wiPD9X43knU"
}
]
}