Skip to content

Download audio from YouTube along with Metadata and Thumbnail.

License

Notifications You must be signed in to change notification settings

ajaybiswas22/songs-dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

songs-dl

Download songs from YouTube for free.

Uses yt-dlp library to download files from YouTube.

Usage

  1. Create input folder.
  2. Place csv file(s) containing url(s).
# input/file1.csv
link1
link2
link3
# input/file2.csv
link1
link2
link3
  1. Install dependencies
pip install -r requirements.txt
  1. Run main.py
  2. The output folder will contain the extracted files.
output/file1/song1.mp3...
output/file2/song1.mp3...

Issues

If main.py fails to execute because of missing FFmpeg encoder. Install FFmpeg dependencies using the following command.

Mac

brew install ffmpeg

Windows & Linux Link

About

Download audio from YouTube along with Metadata and Thumbnail.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages