A simple command-line application to manage YouTube videos using an SQLite database. This project allows users to list, add, update, and delete videos from a local database.
- List all stored videos
- Add new videos with name and time
- Update existing video details
- Delete a video by ID
- Python 3
- SQLite3