Skip to content

Small Python Utility To Convert Youtube URLs To MP3 Files

Notifications You must be signed in to change notification settings

shaimendel/youtube-mp3-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

youtube-mp3-downloader

Small Python Utility To Convert Youtube URLs To MP3 Files (For Windows)

Preparation

Instructions

  • Edit the links.txt file and put your own youtube links, one in a line
  • run youtube_downloader.py
  • The mp3 files will be downloaded to your local folder

CMD output example

[youtube] wyTBNTHZIdU: Downloading webpage

[youtube] wyTBNTHZIdU: Downloading video info webpage

[download] Destination: Funniest Bloopers - Friends-wyTBNTHZIdU.webm

[download] 100% of 5.43MiB in 00:01

[ffmpeg] Destination: Funniest Bloopers - Friends-wyTBNTHZIdU.mp3

Deleting original file Funniest Bloopers - Friends-wyTBNTHZIdU.webm (pass -k to keep)

[youtube] XVrilSIQO_8: Downloading webpage

[youtube] XVrilSIQO_8: Downloading video info webpage

[download] Destination: 12 Harry Potter Actors Who Were Replaced In The Sequels-XVrilSIQO_8.webm

[download] 100% of 7.07MiB in 00:01

[ffmpeg] Destination: 12 Harry Potter Actors Who Were Replaced In The Sequels-XVrilSIQO_8.mp3

Deleting original file 12 Harry Potter Actors Who Were Replaced In The Sequels-XVrilSIQO_8.webm (pass -k to keep)

About

Small Python Utility To Convert Youtube URLs To MP3 Files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages