-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
110 lines (110 loc) · 3.25 KB
/
db.json
File metadata and controls
110 lines (110 loc) · 3.25 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
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"allvideos": [
{
"id": "4",
"name": "Calvin Harris - Sweet Nothing",
"url": "https://i1.sndcdn.com/artworks-000133489467-u691hr-t500x500.jpg",
"link": "https://www.youtube.com/embed/17ozSeGw-fY"
},
{
"id": "5",
"name": "Avicii - Wake Me Up",
"url": "https://i1.sndcdn.com/artworks-zmVOvMMUim2rylwS-WNzgPw-t500x500.jpg",
"link": "https://www.youtube.com/embed/IcrbM1l_BoI"
},
{
"id": "6",
"name": "Avicii - Waiting For Love",
"url": "https://i1.sndcdn.com/artworks-2BltinGLLisRCagp-x34t5A-t500x500.jpg",
"link": "https://www.youtube.com/embed/cHHLHGNpCSA"
},
{
"id": "2",
"name": "Calvin Harris - Slide",
"url": "https://i1.sndcdn.com/artworks-000488791068-hosasv-t500x500.jpg",
"link": "https://www.youtube.com/embed/8Ee4QjCEHHc"
}
],
"history": [
{
"name": "Avicii - Waiting For Love",
"link": "https://www.youtube.com/embed/cHHLHGNpCSA",
"timeStamp": "03/30/2024, 04:28:16 PM",
"id": 1
},
{
"name": "Avicii - Wake Me Up",
"link": "https://www.youtube.com/embed/IcrbM1l_BoI",
"timeStamp": "03/30/2024, 04:28:23 PM",
"id": 2
},
{
"name": "Calvin Harris - Sweet Nothing",
"link": "https://www.youtube.com/embed/17ozSeGw-fY",
"timeStamp": "03/30/2024, 04:28:26 PM",
"id": 3
},
{
"name": "Calvin Harris, Dua Lipa - One Kiss ",
"link": "https://www.youtube.com/embed/DkeiKbqa02g",
"timeStamp": "03/30/2024, 04:28:31 PM",
"id": 4
},
{
"name": "Calvin Harris - Sweet Nothing",
"link": "https://www.youtube.com/embed/17ozSeGw-fY",
"timeStamp": "03/30/2024, 07:34:27 PM",
"id": 5
},
{
"name": "Avicii - Wake Me Up",
"link": "https://www.youtube.com/embed/IcrbM1l_BoI",
"timeStamp": "04/06/2024, 04:36:52 PM",
"id": 6
}
],
"category": [
{
"id": 1,
"categoryName": "Avicii",
"allVideos": [
{
"id": "5",
"name": "Avicii - Wake Me Up",
"url": "https://i1.sndcdn.com/artworks-zmVOvMMUim2rylwS-WNzgPw-t500x500.jpg",
"link": "https://www.youtube.com/embed/IcrbM1l_BoI"
},
{
"id": "6",
"name": "Avicii - Waiting For Love",
"url": "https://i1.sndcdn.com/artworks-2BltinGLLisRCagp-x34t5A-t500x500.jpg",
"link": "https://www.youtube.com/embed/cHHLHGNpCSA"
}
]
},
{
"categoryName": "Calvin Harris",
"allVideos": [
{
"id": "4",
"name": "Calvin Harris - Sweet Nothing",
"url": "https://i1.sndcdn.com/artworks-000133489467-u691hr-t500x500.jpg",
"link": "https://www.youtube.com/embed/17ozSeGw-fY"
},
{
"id": "2",
"name": "Calvin Harris - Slide",
"url": "https://i1.sndcdn.com/artworks-000488791068-hosasv-t500x500.jpg",
"link": "https://www.youtube.com/embed/8Ee4QjCEHHc"
},
{
"id": "4",
"name": "Calvin Harris - Sweet Nothing",
"url": "https://i1.sndcdn.com/artworks-000133489467-u691hr-t500x500.jpg",
"link": "https://www.youtube.com/embed/17ozSeGw-fY"
}
],
"id": 2
}
]
}