mrmo1234 / YoutubeDescriptionDownloader

1 stars 0 forks source link

Thumbnail download #5

Closed mrmo1234 closed 6 years ago

mrmo1234 commented 6 years ago

Thumbnails paths are very predictable, Looks like it should be easy to implement. https://img.youtube.com/vi/[VideoID]/1.jpg https://img.youtube.com/vi/[VideoID]/2.jpg https://img.youtube.com/vi/[VideoID]/3.jpg

http://img.youtube.com/vi/[VideoID]/hqdefault.jpg http://img.youtube.com/vi/[VideoID]/maxresdefault.jpg

E.G https://www.youtube.com/watch?v=qLo4wwfn1_s http://img.youtube.com/vi/qLo4wwfn1_s/maxresdefault.jpg

mrmo1234 commented 6 years ago

Implemented in a really messy way in the next commit.