Skip to content

Download high quality musics with their metadata from Youtube Music

License

Notifications You must be signed in to change notification settings

Tom60chat/Youtube-Music-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Youtube Music downloader

Download high quality musics with their metadata from Youtube Music

Actually work with other music services like soundcloud...

Instruction

Windows

First of all download the last version of yt-dlp.exe or yt-dlp_x86.exe for x86 system, and put it in a folder called YT Music Dl.

Next download the YT Music Dl.bat script (Right click -> save), and put in the YT Music Dl folder.

You need to have FFmpeg.
Download the last release of ffmpeg-X.X-essentials_build.zip and extract it into the parent folder of YT Music Dl and rename it to FFmepg.

Now make it sure your folders look like that:

  • MyFolder/
    • FFmepg/
      • bin/
    • YT Music Dl/
      • YT Music Dl.bat
      • yt-dlp.exe

Now open a terminal (Win+R -> cmd), and put: "YT Music Dl.bat" https://music.youtube.com/watch?v=lYBUbBu4W08 (Replace by your Youtube Music link)

Voilà !

Linux

First of all download the last version of yt-dlp_linux, and put it in a folder called YT Music Dl.

Next download the YT Music Dl.sh script (Right click -> save), and put in the YT Music Dl folder.

You need to have FFmpeg.
Open a terminal (Ctrl+Alt+T) and put sudo apt install ffmpeg.

Now make it sure your folders look like that:

  • YT Music Dl/
    • YT Music Dl.sh
    • yt-dlp_linux

Now open a terminal if not (Ctrl+Alt+T), and put: sh ./YT\ Music\ Dl.sh https://music.youtube.com/watch?v=lYBUbBu4W08 (Replace by your Youtube Music link)

macOS (Untested)

First of all download the last version of yt-dlp_macos, and put it in a folder called YT Music Dl.

Next download the YT Music Dl.sh script (Right click -> save), and put in the YT Music Dl folder.

You need to have FFmpeg.
First install Homebrew, after in the macOS terminal put brew install ffmpeg in the MacOs terminal.

Now make it sure your folders look like that:

  • YT Music Dl/
    • YT Music Dl.sh
    • yt-dlp_linux

Now open a terminal if not (Ctrl+Alt+T), and put: sh ./YT\ Music\ Dl.sh https://music.youtube.com/watch?v=lYBUbBu4W08 (Replace by your Youtube Music link)

Credits

Thanks to yt-dlp and their contributors to create this beautiful application, which makes our lives easier.