Skip to content

keegang6705/YTDownload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Downloader

This project is a script for downloading videos from YouTube using Python, supporting both audio and video formats, as well as playlist downloads.

Prerequisites

  • Python 3.x
  • Required libraries:
    • pytubefix
    • tqdm
    • moviepy

You can install the necessary libraries using the following command:

pip install pytubefix tqdm moviepy

usage

You can customize various settings in the config by modifying the values in config varriable

python3 YTDownload3.5.py

Features

  • Supports downloading both audio and video.
  • Supports downloading from playlists.
  • Provides progress notifications using tqdm.
  • Error handling during the download process. In case of an error during downloading, the script will attempt to retry the download a specified number of times. If it still fails, the link that could not be downloaded will be recorded in the cached_err variable andr print out after program end.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages