Skip to content

The-Focus-AI/youtube-feed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Feed

A comprehensive, searchable archive of YouTube channel videos with transcripts, summaries, and cross-referenced topics.

Live Viewer

View the archive

The GitHub Pages site provides a markdown viewer that renders any file from this repo with clickable navigation.

Archived Channels

Channel Handle Videos Total Views Focus
Aboard Podcast @AboardPodcast 39 57K Tech, AI, business culture, vibe coding
AI Engineer @aiDotEngineer 7 191K AI engineering, coding agents, tools
All-In Podcast @allin 75 19.7M Tech, politics, economics, venture capital
Dwarkesh Patel @DwarkeshPatel 33 14.6M Long-form interviews, AI, tech, history, geopolitics
Hard Fork @hardfork 38 1.1M NYT tech podcast, AI news, culture
How I AI @howiaipod 1 335 AI workflows, product, practical demos
Lex Fridman @lexfridman 38 30.1M Long-form interviews, AI, science, philosophy, gaming
MKBHD @mkbhd 57 233.8M Tech reviews, smartphones, gadgets
Naval @Naval 22 1.2M Philosophy, AI, entrepreneurship, self-improvement
Relentless @relaboratories 59 660K Hard tech, manufacturing, aerospace, AI/robotics
The Iron Snail @TheIronSnail 37 16.4M Fashion, clothing, heritage brands
This Week in Startups @thisweekinstartups 52 1.1M Startups, VC, founder interviews, AI agents
Turing Post @RealTuringPost 88 169K AI/ML deep dives, industry interviews

What's Included

Each archived channel contains:

  • Video summaries - 2-3 paragraph overviews of each video
  • Key points - Timestamped highlights with direct links to the video
  • Full transcripts - Complete transcripts organized into logical paragraphs with clickable timestamps
  • Mentions - Companies, products, technologies, and people referenced
  • Notable quotes - Surprising or memorable statements with timestamps
  • Cross-referenced index - Topics, tags, and categories for easy discovery

Directory Structure

{channel-name}/
├── index.md           # Channel index with stats and topic cross-reference
└── videos/            # Individual video summaries
    ├── {video_id}.md
    └── ...

Usage

Browse Online

Visit the GitHub Pages site to browse any markdown file with rendered formatting and clickable links.

Search Locally

# Find videos mentioning a topic
grep -r "kubernetes" */videos/

# Find all companies mentioned
grep -r "### Companies" -A 20 */videos/

# Search transcripts for specific content
grep -r "quote text" */videos/

Contributing

See CLAUDE.md for the detailed process to archive a new channel.

About

YouTube channel archive with transcripts, summaries, and searchable topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors