Add new media files: PNG thumbnail and MP4 videos

- Added a PNG thumbnail image (1757455624790.png) to the thumbnails directory.
- Added two MP4 video files (1757455619060.mp4 and 1757455624616.mp4) to the videos directory.
This commit is contained in:
2025-09-09 18:11:54 -04:00
parent 7beb81a367
commit c3794b1dcd
9 changed files with 77 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
[
{
"id": 1757455478976,
"username": "miles",
"password": "$2b$10$mzMpjAvMPw98uw/fDSv7NexPeJ/u80Y3WciyANVtxLYmzvQvpJPii",
"subscribers": [
"miles",
"ma"
]
},
{
"id": 1757455788998,
"username": "ma",
"password": "$2b$10$FX01zPi0FXvHcXtcsX6t0.w0QHxIkkByhlX8tdx4fboQpnXtn.9a2",
"subscribers": []
}
]
+59
View File
@@ -0,0 +1,59 @@
[
{
"id": 1757455491733,
"title": "yapping-yapping-level-today.mp4",
"filename": "1757455491493.mp4",
"uploader": "miles",
"likes": [
"miles"
],
"comments": [
{
"user": "miles",
"text": "hi"
}
],
"thumbnail": "1757455491496.png"
},
{
"id": 1757455619505,
"title": "SysDVR_2025_08_31_16_54_21.mp4",
"filename": "1757455619060.mp4",
"uploader": "miles",
"likes": [
"ma"
],
"comments": [
{
"user": "miles",
"text": "hi"
},
{
"user": "ma",
"text": "hi"
}
],
"thumbnail": "1757455619233.png"
},
{
"id": 1757455624902,
"title": "SysDVR_2025_08_31_18_56_37.mp4",
"filename": "1757455624616.mp4",
"uploader": "miles",
"likes": [
"miles",
"ma"
],
"comments": [
{
"user": "miles",
"text": "hoi"
},
{
"user": "ma",
"text": "no"
}
],
"thumbnail": "1757455624790.png"
}
]