Metadata-Version: 2.1
Name: ytm-ll-dl
Version: 0.1.0
Summary: Download 'Liked music' playlist from Youtube Music
Author: kotborealis
Author-email: kotborealis@awooo.ru
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: sh (>=1.14.3,<2.0.0)
Requires-Dist: yt-dlp (>=2022.9.1,<2023.0.0)
Requires-Dist: ytmusicapi (>=0.22.0,<0.23.0)
Description-Content-Type: text/markdown

# 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.
