Skip to content

Commit 27c5e73

Browse files
authored
Add files via upload
1 parent daeecd6 commit 27c5e73

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Cli for https://github.com/b5i/apple-playlist-downloader
22

33
#Install
4-
´´´
5-
npm i -g apple-music-downloader-cli
6-
´´´
4+
5+
´npm i -g apple-music-downloader-cli´
6+
77
#Run
8-
´´´
8+
´
99
HELP
1010

1111
(Required) / -u / --url "URL" : Download playlist with provided URL
@@ -18,10 +18,10 @@ HELP
1818

1919
Example :
2020
apd "url"
21-
´´´
21+
´
2222
#Example
23-
´´´
24-
apd "https://music.apple.com/en/playlist/dancexl/pl.6bf4415b83ce4f3789614ac4c3675740?l=en"
25-
´´´
23+
24+
´apd "https://music.apple.com/en/playlist/dancexl/pl.6bf4415b83ce4f3789614ac4c3675740?l=en" ´
25+
2626
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.
2727

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "apple-music-downloader-cli",
2+
"name": "apple-playlist-downloader",
33
"version": "1.0.0",
44
"description": "Cli for https://github.com/b5i/apple-playlist-downloader",
55
"main": "app.js",

0 commit comments

Comments
 (0)