This little Python script downloads music albums from YTMusic.
pip install muclic
- Run
muclic
- Enter the name of the album|artist|song.
- Choose a number/multiple numbers to select which album you want to download.
- Press enter and enjoy the music.
positional arguments:
query Album/song name
options:
-h, --help show this help message and exit
-d DIR, --dir DIR Specify output direcory
-s, --song Download a single song
-T, --no-tag Don't tag songs
--dump-json Dump a single json file with info on downloaded items. For developement use only
--debug Set log level to debug
- ytmusicapi
- yt-dlp
- mutagen (optional; for audio tagging)
pip install yt-dlp ytmusicapi mutagen
Run src/muclic/muclic.py