Skip to content

Sambidh/youtube-thumbnail-downloader

Repository files navigation

Youtube thumbnail downloader

I created a simple Youtube video thumbnail downloader using Python.

Deployment

Please go through the following instructions.

These are some the packages required to run this programs.

Step 1: Find Channel ID

First, we open 'channel id finder.py' file. In this file, we need to install pytube python package. Install it using the prompt bellow.

  pip install pytube

Run the program after installing the required package. We will be asked the URL of any youtube video of the youtuber whose channel id we want. We will be provided an output where we can find the channel id of the youtuber. Let's copy it.

Step 2: Video Link Scrapping

Secondly, we will open 'video link scrapper.py' file. We need to install few new python packages.

  pip install scrapetube
  pip install pandas
  pip install openpyxl
  pip install workbook

After installing all these packages, we run the program. Here, we will be asked the channel id of the youtuber. Copy & paste the channel id and then all the URLs will be written in an excel file.

Step 3: Download Youtube Video Thumbnails

Finally in this step, we need to install urllib3 python package.

  pip install urllib3

After installing the package, we need to edit the code and change the path of the excel file. Change it according to your file path location. And then run the program.

Downloading the thumbnails could sometime so be patient.

Acknowledgements

Contributing

Contributions are always welcome! I am new to this. Trying raising an issue. But I honestly do not know what to do if I get it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages