-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig2.json
48 lines (48 loc) · 911 Bytes
/
config2.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
{
"movies": [
{
"name" : "Scott Pilgrim vs. the World",
"length": 112,
"tags": ["Action", "Comedy", "Fantasy", "Romance"
]
},
{
"name" : "Finding Nemo",
"length": 100,
"tags": ["Animation",
"Adventure","Family","Sea"
]
},
{
"name" : "The Dark Knight",
"length": 152,
"tags": ["Action",
"Crime",
"Drama",
"Thriller"
]
},
{
"name" : "Pulp Fiction",
"length": 154,
"tags": ["Crime",
"Drama"
]
}
],
"tv_series":
[
{
"name": "The End of the F***ing World ",
"episode_length": 25,
"seasons": [8],
"tags": ["Comedy", "Crime", "Drama"]
},
{
"name": "Blue Planet II",
"episode_length": 45,
"seasons": [8],
"tags": ["drama", "animation"]
}
]
}