-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
87 lines (84 loc) · 2.09 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
{
"tv": [
{
"id": 2,
"title": "Fast and Furius 9",
"contenttype": "Movie",
"video": "https://www.youtube.com/embed/_qyw6LC5pnE",
"rating": "Rating: ⭐ ⭐ ⭐ ⭐",
"watchlist": true
},
{
"id": 3,
"title": "Money Heist",
"contenttype": "TV Series",
"video": "https://www.youtube.com/embed/htqXL94Rza4",
"rating": "Rating: ⭐ ⭐ ⭐ ⭐ ⭐",
"watchlist": true
},
{
"id": 4,
"title": "Power",
"contenttype": "TV Series",
"video": "https://www.youtube.com/embed/w7fuOkF74Zw",
"rating": "Rating: ⭐ ⭐ ⭐ ⭐ ⭐",
"watchlist": false
},
{
"id": 6,
"title": "Billions",
"contenttype": "TV Series",
"video": "https://www.youtube.com/embed/cQH7VVgB4ss",
"rating": "Rating: ⭐ ⭐ ⭐ ⭐",
"watchlist": true
},
{
"id": 7,
"title": "Catch Me If You Can",
"contenttype": "Movie",
"video": "https://www.youtube.com/embed/DIA9CST5Vxk",
"rating": "Rating: ⭐ ⭐ ⭐",
"watchlist": false
},
{
"title": "Equalizer",
"contenttype": "Movie ",
"rating": "5 star",
"video": "https://www.youtube.com/embed/jt5WMVzsFnQ",
"watchlist": "false",
"id": 9
},
{
"title": "Fast & Furious",
"contenttype": "Movie ",
"rating": "5 star",
"video": "https://www.youtube.com/embed/QqZWSzs2mAs",
"watchlist": "false",
"id": 10
},
{
"title": "Blacklist",
"contenttype": "Tv Series ",
"rating": "5 star",
"video": "https://www.youtube.com/embed/JGBIimq1I3A",
"watchlist": "false",
"id": 11
},
{
"title": "The Endgame",
"contenttype": "Tv Series ",
"rating": "3 star",
"video": "https://www.youtube.com/embed/NtkbmqOqY0c",
"watchlist": "false",
"id": 12
},
{
"title": "Snowfal",
"contenttype": "Tv Series ",
"rating": "5 star",
"video": "https://www.youtube.com/embed/0yCoLNmhJWM",
"watchlist": "false",
"id": 12
}
]
}