From c0f22f1e70fa3a3bf736cfae95b6832354dfcff8 Mon Sep 17 00:00:00 2001 From: Ryan Atkinson Date: Wed, 10 Jul 2024 16:57:08 -0600 Subject: [PATCH] add a vod --- src/routes/video_data.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/routes/video_data.ts b/src/routes/video_data.ts index 381fa23..230f3fb 100644 --- a/src/routes/video_data.ts +++ b/src/routes/video_data.ts @@ -39,4 +39,9 @@ export const webdevladder_vods_videos: Video_Item[] = [ url: 'https://www.youtube.com/watch?v=dh_6Vyjbuiw', duration: 8504000, }, + { + title: "Creating my channel's blog and adding Mastodon comments", + url: 'https://www.youtube.com/watch?v=V4Fg3-B6Su8', + duration: 2784000, + }, ];