mraza007 / videodownloader

A simple python script that will allow you to download youtube videos
MIT License
213 stars 51 forks source link

Adding images using pytube thumbnails #11

Open mraza007 opened 6 years ago

mraza007 commented 6 years ago

Displaying Images of the video with a link

mraza007 commented 6 years ago

We can use pytube module to extract thumbnails and display with links

jslay88 commented 6 years ago

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.

mraza007 commented 6 years ago

I see