-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
91 lines (91 loc) · 3.54 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
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
{
"categories": [
"Agregados recientemente",
"Películas",
"Series",
"Animes"
],
"videos": [
{
"title": "Scream (Grita)",
"description": "Scream",
"image": "/db/scream/thumbnail.jpg",
"category": ["Películas","Agregados recientemente"]
},{
"title": "Scissor Seven",
"description": "Scissor Seven",
"image": "/db/scissor-seven/thumbnail.jpg",
"category": ["Series","Agregados recientemente","Animes"]
},{
"title": "Hermanos de sangre",
"description": "Band of brothers",
"image": "/db/band-of-brothers/thumbnail.jpg",
"category": ["Películas","Agregados recientemente"]
},{
"title": "One Piece",
"description": "One Piece",
"image": "/db/one-piece/thumbnail.jpg",
"category": ["Series","Agregados recientemente"]
},{
"title": "Mi querida niña",
"description": "My Dear Girl",
"image": "/db/my-dear-girl/thumbnail.jpg",
"category": ["Series","Agregados recientemente"]
},{
"title": "Ven a jugar",
"description": "Come to Play",
"image": "/db/come-to-play/thumbnail.jpg",
"category": ["Películas","Agregados recientemente"]
},{
"title": "Secuestro en vivo",
"description": "Kidnapping Live",
"image": "/db/kidnapping-live/thumbnail.jpg",
"category": ["Películas","Agregados recientemente"]
},{
"title": "El Combate",
"description": "El Combate",
"image": "/db/el-combate/thumbnail.jpg",
"category": ["Películas","Agregados recientemente"]
},{
"title": "Civiles Armados",
"description": "Civiles Armados",
"image": "/db/civiles-armados/thumbnail.jpg",
"category": ["Películas","Agregados recientemente"]
},{
"title": "El cuerpo en Llamas",
"description": "Cuerpo en Llamas",
"image": "/db/cuerpo-en-llamas/thumbnail.jpg",
"category": ["Series","Agregados recientemente"]
},{
"title": "Guerra mundial Z",
"description": "Cuando una pandemia de zombis amenaza con destruir a la humanidad, un antiguo investigador de la ONU emprende una peligrosa búsqueda por el mundo para dar con el origen del virus.",
"image": "/db/world-war-z/thumbnail.jpg",
"category": ["Películas"]
},{
"title": "Baki Hanma",
"description": "Para perfeccionarse y superar a su poderoso padre, Baki ingresa en la Prisión Estatal de Arizona y se enfrenta a un famoso recluso conocido como señor Unchained.",
"image": "/db/baki-hanma/thumbnail.jpg",
"category": ["Series","Animes"]
},{
"title": "Demon Slayer",
"description": "Tanjiro emprende un viaje arriesgado para buscar una cura a la maldición de su hermana y vengar a su familia asesinada por un demonio.",
"image": "/db/demon-slayer/thumbnail.jpg",
"category": ["Series","Animes"]
},{
"title": "Ajin",
"description": "Un adolescente inmortal se convierte en fugitivo y se ve obligado a tomar una decisión que cambiará su destino.",
"image": "/db/ajin/thumbnail.jpg",
"category": ["Series","Animes"]
}, {
"title": "Breaking Bad",
"description": "Un profesor de química de secundaria con cáncer terminal comienza a fabricar y vender metanfetamina para asegurar el futuro de su familia.",
"image": "/db/breaking-bad/thumbnail.webp",
"category": ["Series"]
}, {
"title": "Zoom 100",
"description": "Zoom 100",
"image": "/db/zoom-100/thumbnail.jpg",
"category": ["Animes","Agregados recientemente", "Series"]
}
]
}