-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathseed.json
More file actions
60 lines (60 loc) · 1.58 KB
/
seed.json
File metadata and controls
60 lines (60 loc) · 1.58 KB
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
{
"tv": [
{
"id": 1,
"title": "Game Of Thrones",
"contenttype": "TV Series",
"video": "https://www.youtube.com/embed/Ydi80YrCnPY",
"rating": "Rating: ⭐ ⭐ ⭐ ⭐ ⭐",
"watchlist": false
},
{
"id": 2,
"title": "Fast and Furius 9",
"contenttype": "Movie",
"video": "https://www.youtube.com/embed/_qyw6LC5pnE",
"rating": "Rating: ⭐ ⭐ ⭐ ⭐",
"watchlist": false
},
{
"id": 3,
"title": "Money Heist",
"contenttype": "TV Series",
"video": "https://www.youtube.com/embed/htqXL94Rza4",
"rating": "Rating: ⭐ ⭐ ⭐ ⭐ ⭐",
"watchlist": false
},
{
"id": 4,
"title": "Power",
"contenttype": "TV Series",
"video": "https://www.youtube.com/embed/w7fuOkF74Zw",
"rating": "Rating: ⭐ ⭐ ⭐ ⭐ ⭐",
"watchlist": true
},
{
"id": 5,
"title": "The Matrix",
"contenttype": "Movie",
"video": "https://www.youtube.com/embed/vKQi3bBA1y8",
"rating": "Rating: ⭐ ⭐ ⭐ ",
"watchlist": false
},
{
"id": 6,
"title": "Billions",
"contenttype": "TV Series",
"video": "https://www.youtube.com/embed/_raEUMLL-ZI",
"rating": "Rating: ⭐ ⭐ ⭐ ⭐",
"watchlist": false
},
{
"id": 7,
"title": "Catch Me If You Can",
"contenttype": "Movie",
"video": "https://www.youtube.com/embed/s-7pyIxz8Qg",
"rating": "Rating: ⭐ ⭐ ⭐",
"watchlist": false
}
]
}