Skip to content

Whxismou1/PythonYTDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

YouTube Downloader Application

Welcome to the YouTube Downloader! This simple Python script allows you to download YouTube videos and playlists easily.

Features

  • Download a single video by providing its URL.
  • Download entire playlists by providing the playlist URL.

Usage

  1. Clone the repository to your local machine:

    git clone https://github.com/Whxismou1/PythonYTDownloader.git
  2. Navigate to the project directory:

    cd YouTube-Downloader
  3. Install the required Python packages:

    pip install -r requirements.txt
  4. Run the script:

    python mainApp.py
  5. Follow the on-screen instructions to download videos or playlists.

Folder Structure

  • videosDownloaded: This folder will be created (if not already exits) to store downloaded videos and playlists.
  • mainApp.py: Main application file.
  • requirements.txt: File containing project dependencies.

    Note: In this case, only the pytube library is required. However, the requirements.txt file is created for ease in case of expanding the project in the future.

Dependencies

  • pytube: A lightweight, dependency-free Python library to download YouTube videos.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages