Use this interface to manage YouTube video IDs for each lesson. After updating, copy the generated code to update your data file.
The ID is the part after v= in YouTube URLs
The ID is the part after v= in YouTube URLs
The ID is the part after v= in YouTube URLs
The ID is the part after v= in YouTube URLs
// Update this in data/lesson-videos.ts export const lessonVideos = { "osint": { "what-is-osint": { "videoId": "Sa5LbKqCmFI", "duration": "23:00", "description": "An introduction to Open Source Intelligence and its importance in modern intelligence analysis." }, "osint-types-categories": { "videoId": "SbYVcIQJY-o", "duration": "15:21", "description": "Explore the different types and categories of OSINT and how they're used in intelligence work." }, "google-dorking": { "videoId": "u_gOnwWEXiA", "duration": "13:37", "description": "Learn advanced Google search techniques for intelligence gathering." }, "socmint-techniques": { "videoId": "SMxzRhUiYAA", "duration": "18:42", "description": "Learn how to gather and analyze intelligence from social media platforms." } }, "strategic-intelligence": { "strategic-intelligence-concept": { "duration": "14:20", "description": "Understanding the core concepts of strategic intelligence and its applications." }, "strategic-vs-tactical": { "duration": "11:50", "description": "Comparing strategic and tactical intelligence approaches and when to use each." } }, "foundations": { "what-is-intelligence": { "duration": "09:30", "description": "A fundamental introduction to intelligence and its role in decision-making." }, "intelligence-cycle": { "duration": "13:25", "description": "Understanding the intelligence cycle and how information becomes actionable intelligence." } } }