🎞️ Get thumbnails of YouTube videos in any given playlist, resize them to your custom resolution
Get thumbnails of YouTube videos in any given playlist, resize them to your custom res of choice.
Orginially built while I was a part of TEDxUTSC and volunteered as a webmaster. This script allowed me to automate the whole process of grabbing thumnails of 160+ TED videos from large youtube playlists, and re-sizing them so they could be displayed on the TEDxUTSC website.
pip install -r requirements.txt
to grab all requirements to run the scriptpython thumbgrab.py
The thumbnails will be placed in a new folder based on the playlist name within the script directory
width
and height
, follow the prompt afterResized thumbnails will be placed in the same folder with the word “resized” added to the title.
Here’s a sample performed on this playlist by TED titled, The 20 Most-Watched TEDTalks
The output of the above demo is available in this repository as a sample within the titled folder.