Spaces:
Running
Running
Create database.json
Browse files- database.json +32 -0
database.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"title": "Sample Video 1",
|
| 4 |
+
"url": "https://example.com/videos/sample1.mp4",
|
| 5 |
+
"thumbnail": "https://example.com/thumbnails/sample1.jpg"
|
| 6 |
+
},
|
| 7 |
+
{
|
| 8 |
+
"title": "Sample Video 2",
|
| 9 |
+
"url": "https://example.com/videos/sample2.mp4",
|
| 10 |
+
"thumbnail": "https://example.com/thumbnails/sample2.jpg"
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"title": "Tutorial: Getting Started",
|
| 14 |
+
"url": "https://example.com/videos/tutorial.mp4",
|
| 15 |
+
"thumbnail": "https://example.com/thumbnails/tutorial.jpg"
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"title": "Nature Documentary",
|
| 19 |
+
"url": "https://example.com/videos/nature.mp4",
|
| 20 |
+
"thumbnail": "https://example.com/thumbnails/nature.jpg"
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"title": "Tech Review",
|
| 24 |
+
"url": "https://example.com/videos/tech.mp4",
|
| 25 |
+
"thumbnail": "https://example.com/thumbnails/tech.jpg"
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"title": "Cooking Show",
|
| 29 |
+
"url": "https://example.com/videos/cooking.mp4",
|
| 30 |
+
"thumbnail": "https://example.com/thumbnails/cooking.jpg"
|
| 31 |
+
}
|
| 32 |
+
]
|