Skip to content

j-jzk/yt-dl-music

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube-dl Music Downloader

A useful youtube-dl wrapper to download music

Usage

Install the yt-dlp and music_tag packages:

pip3 install yt-dlp
pip3 install music_tag

Specify the songs to download. This is done using a csv file with these columns:

  • url
  • artist
  • title
  • album

The columns are separated with a "|" and the first line of the file must be like this:

url|artist|title|album

The album column can be empty (but you have to keep the | at the end). See example.csv for an example.

You then run the script like this:

python3 download.py <filename>

The downloaded files are automatically converted to OGG/Vorbis and tagged properly.

Releases

No releases published

Packages

No packages published

Languages