Skip to content

Simple Python Script that downloads a youtube video in the highest quality it can and also downloads the thumbnail for the video.

License

Notifications You must be signed in to change notification settings

LylaCoding/YoutubeDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

YouTube Downloader

A simple Python script that allows you to download a video file and its thumbnail from a YouTube URL.

Installation and Usage

To use this script, follow these steps:

  1. Clone this repository to your local machine:
  2. git clone https://github.com/LouCodingStuff/YoutubeDownloader.git
  3. Go to the script directory
  4. cd YoutubeDownloader
  5. Run the script:
  6. python3 script.py

    You will be prompted to enter the YouTube video URL. After entering the URL, the script will download the video file and its thumbnail to a folder with the same name as the video's title.

Dependencies

The script requires the following Python libraries:

  • pytube

These dependencies are automatically installed when you run the script if they are not already available.

License

This project is licensed under the MIT License.

Disclaimer

This script is for educational purposes only. Please respect the intellectual property rights of the content creators on YouTube and do not use this script to download copyrighted content without permission.

About

Simple Python Script that downloads a youtube video in the highest quality it can and also downloads the thumbnail for the video.

Resources

License

Stars

Watchers

Forks

Languages