Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/b5i/apple-playlist-downloader-cli
https://github.com/b5i/apple-playlist-downloader-cli
apple-music apple-music-downloader apple-playlist-downloader
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/b5i/apple-playlist-downloader-cli
- Owner: b5i
- Created: 2022-05-30T17:57:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-05T08:26:28.000Z (almost 2 years ago)
- Last Synced: 2024-09-29T17:46:07.182Z (4 months ago)
- Topics: apple-music, apple-music-downloader, apple-playlist-downloader
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/apple-playlist-downloader
- Size: 20.5 KB
- Stars: 13
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Cli for https://github.com/b5i/apple-playlist-downloader
# Install
`npm i -g apple-playlist-downloader` (could require admin privilleges/sudo on some systems.)
# Run
```
HELP(Required) / -u / --url "URL" : Download playlist with provided URL
(Optional) -p / --path /path/to/song/folder : Download songs to provided path, default : current directory.
(Optional) -d / --dcd : Won't use/create ApdSongs folder in the path.
(Optional) -h / --help : Shows current message
Example :
apd "url"
```
# Example`apd "https://music.apple.com/en/playlist/dancexl/pl.6bf4415b83ce4f3789614ac4c3675740?l=en" `
Will download the playlist in the current working direcotry and save the songs in a created folder named ApdSongs, to avoid the folder and just download in the cwd just add -d or -dcd parameter.