Skip to content

Download a list of mp3 from youtube music (artiste name + song name)

Notifications You must be signed in to change notification settings

yfe404/transwarp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transwarp

     ________________________________         
    /                                "-_          
   /      .  |  .    Spotify,           \        _______               __          __              
  /      : \ | / :   YouTube,            \      |__   __|              \ \        / /              
 /        '-___-'    Deezer...            \        | |_ __ __ _ _ __  __\ \  /\  / /_ _ _ __ _ __  
/_________________________________________ \       | | '__/ _` | '_ \/ __\ \/  \/ / _` | '__| '_ \ 
     _______| |________________________--""-L      | | | | (_| | | | \__ \\  /\  / (_| | |  | |_) |
    /       F J                              \     |_|_|  \__,_|_| |_|___/ \/  \/ \__,_|_|  | .__/ 
   /       F   J                              L                                             | |    
  /      :'     ':   Your library             F                                             |_|    
 /        '-___-'                            / 
/_________________________________________--"  
 

Installation

Python 3.6+ must be installed.

Create a virtualenv

python -m venv venv

Source env

source venv/bin/activate

Download requirements

pip install -r requirements.txt

/!\ Be sure to always have the last version of youtube-dl.

Usage

  1. Fill the example_song_list.txt file with your track list (use the same format aka song|artist, one per line)
  2. run python main.py, it will use searx to to find the URL of the song on YouTube Music and then download the mp3 using youtube-dl.

Disclaimer

Downloading copyrighted songs may be illegal in your country. This tool is for educational purposes bla bla bla… Please support the artists by buying their music.

About

Download a list of mp3 from youtube music (artiste name + song name)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages