Could you use video ids dbPXoZ_cri8, y2SfYffLZQ4, CdJLCln1Kjg, zp3PRgtBO
This commit is contained in:
parent
9aa8295d44
commit
069b099095
1 changed files with 10 additions and 6 deletions
|
@ -20,16 +20,20 @@ interface Video {
|
||||||
|
|
||||||
// Placeholder video IDs - these can be replaced with actual Dadvocate video IDs.
|
// Placeholder video IDs - these can be replaced with actual Dadvocate video IDs.
|
||||||
const videoIds = [
|
const videoIds = [
|
||||||
'lJ8zHiwfrqs',
|
'dbPXoZ_cri8',
|
||||||
'q8zevCJ6TKw',
|
'y2SfYffLZQ4',
|
||||||
'DK14VZ4Fyl4'
|
'CdJLCln1Kjg',
|
||||||
|
'zp3PRgtBOl0',
|
||||||
|
'XZA6c5Gg7NA',
|
||||||
|
'GbWJfWhkOhc',
|
||||||
|
'pzefTg9jygs'
|
||||||
];
|
];
|
||||||
|
|
||||||
// Updated fallback data to be a reliable source of working videos.
|
// Updated fallback data to be a reliable source of working videos.
|
||||||
const fallbackData: Video[] = [
|
const fallbackData: Video[] = [
|
||||||
{ id: 'lJ8zHiwfrqs', title: 'Placeholder Dadvocate Video 1' },
|
{ id: 'dbPXoZ_cri8', title: 'Placeholder Dadvocate Video 1' },
|
||||||
{ id: 'q8zevCJ6TKw', title: 'Placeholder Dadvocate Video 2' },
|
{ id: 'y2SfYffLZQ4', title: 'Placeholder Dadvocate Video 2' },
|
||||||
{ id: 'DK14VZ4Fyl4', title: 'Placeholder Dadvocate Video 3' },
|
{ id: 'CdJLCln1Kjg', title: 'Placeholder Dadvocate Video 3' },
|
||||||
];
|
];
|
||||||
|
|
||||||
async function getYouTubeVideos(ids: string[]): Promise<Video[]> {
|
async function getYouTubeVideos(ids: string[]): Promise<Video[]> {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue