videodownloader
videodownloader copied to clipboard
Adding images using pytube thumbnails
Displaying Images of the video with a link
We can use pytube module to extract thumbnails and display with links
PR #14 Addressed this for the GUI. Also renamed the download_youtube_video file to utils, and built a function for getting the URL's with different qualities.
Only thing left to do for this issue, is implement it within the CLI.
I see