https://github.com/kotborealis/ytm-ll-dl
💽 Download 'Liked music' from Youtube Music
https://github.com/kotborealis/ytm-ll-dl
downloader python ytm ytmusic
Last synced: 29 days ago
JSON representation
💽 Download 'Liked music' from Youtube Music
- Host: GitHub
- URL: https://github.com/kotborealis/ytm-ll-dl
- Owner: kotborealis
- License: other
- Created: 2022-09-24T11:19:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-08T17:01:06.000Z (over 1 year ago)
- Last Synced: 2025-02-07T20:48:17.231Z (3 months ago)
- Topics: downloader, python, ytm, ytmusic
- Language: Python
- Homepage: https://pypi.org/project/ytm-ll-dl/
- Size: 29.3 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💽 ytm-ll-dl
Python app to download 'Liked music' playlist from Youtube Music.
## Usage
For full help, run `ytm-ll-dl --help`.
Basic usage:
```sh
$ 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](https://ytmusicapi.readthedocs.io/en/latest/setup.html#copy-authentication-headers)
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.