Skip to content

oliverborner/yt2mp3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 

Repository files navigation

yt2mp3

A python script which downloads and converts a youtube video to mp3. You can copy and paste the full youtube link and set your output folder in the script.

Features

  • Downloads and inserts Coverartwork
  • Downloads and inserts Metadata (eg. Artist, Title, Albumtitle, Year)

Dependancies

Uses the following dependancies, which have to be installed: youtube-dl and FFmpeg

$ brew install youtube-dl
$ brew install ffmpeg

Tipp on MacOS

to make the script executable on your desktop, rename:

yt2mp3.py to yt2mp3.command

then open your terminal and make the file executable by setting admin rights to it: cd to Desktop and type:

chmod +x yt2mp3.command

Now you can double click on the yt2mp3.command file and it will start the script.


Disclaimer

for educational purpose only. i'm not responsible for your actions or any copyright infringement due the usage of this script

Releases

No releases published

Packages

No packages published

Languages