A web application for downloading YouTube videos and extracting audio using yt-dlp.
├── backend/
│ ├── index.ts # Main Hono server
│ ├── routes/
│ │ ├── download.ts # Download API endpoints
│ │ └── static.ts # Static file serving
│ └── services/
│ └── youtube.ts # YouTube download service
├── frontend/
│ ├── index.html # Main HTML template
│ ├── index.tsx # React frontend
│ └── components/
│ ├── App.tsx # Main app component
│ └── DownloadForm.tsx # Download form component
└── shared/
└── types.ts # Shared TypeScript types