Skip to content

JoeMingT/yt-video-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yt-video-converter

This application is a Command Line Interface that allows you to convert most public YouTube link to video (.mp4) or audio (.mp3) format. Limited but straightforward. Currently, there's no implementation for saving metadata, choosing file extensions and so on. It's something I cooked up very fast back then.


Libraries Used

The application uses a few libraries to run this properly. The libraries are:

  1. pytube (Main library used to fetch YT data from URL provided)
  2. moviepy (Library used to convert to mp3 file format)

How to Run

First, make sure you have Python 3.9 and above installed in your computer:

python --version

Then, install the necessary dependencies / libraries:

pip install pytube moviepy

Finally, run the main.py file using Python

python main.py

Note

Me and this application take no responsibility in what you convert. Please make sure that you have the permission / rights to convert the video before converting.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages