This commit is contained in:
13
site/tests/fixtures/youtube-videos.json
vendored
Normal file
13
site/tests/fixtures/youtube-videos.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"items": [
|
||||
{
|
||||
"id": "abc123",
|
||||
"snippet": {
|
||||
"title": "API Video One",
|
||||
"publishedAt": "2026-02-09T12:34:56Z",
|
||||
"thumbnails": { "high": { "url": "https://img.example.com/1.jpg" } }
|
||||
},
|
||||
"statistics": { "viewCount": "12345" }
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user