Skip to content

kotborealis/ytm-ll-dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💽 ytm-ll-dl

Python app to download 'Liked music' playlist from Youtube Music.

Usage

For full help, run ytm-ll-dl --help.

Basic usage:

$ ytm-ll-dl
    --output ./data/ # Where to store downloaded music
    --limit INT      # Limit how much tracks to fetch from the beginning of playlist
    --skip INT       # Skip specified amount of tracks from the end of playlist

On first run, this will ask you to provide auth data from YTM. See ytmusicapi documentation for details.

ytm-ll-dl will download all liked tracks with thumbnails and some meta-info (author, album, name).

You can interrupt ytm-ll-dl --- download state will be saved and restored on the next run.