YouTube Video

Implement a class Video and build an application to keep track of your watched videos. For each video, we must save: the Youtube identifier, the title, the number of views and whether or not you watched it.

Finish the program by adding functionality in the Application class. Make sure you use the provided dataset (youtubevideos.csv). Take a close look to the examples below to see how the functionality can be implemented.

Examples for inspiration

Preview

Preview

Preview