📁 Project Structure youtube-content-extractor/ ├── backend/ │ ├── app/ │ │ ├── api/ # REST API endpoints │ │ ├── core/ # Core business logic │ │ ├── models/ # Database models │ │ ├── services/ # ...
This application monitors subscribed YouTube channels for video changes, storing metadata and detecting when videos become unavailable or are removed. It provides a web interface for viewing channel ...