/apple-playlist-downloader

apple music playlist downloader (mp3) in node js

Primary LanguageJavaScript

apple-playlist-downloader ๐ŸŽต

[โœ”๏ธ Working as of 04-04-2023]

  1. Open cmd/console
  2. Clone repo by git clone https://github.com/Shubhamrawat5/apple-playlist-downloader.git
  3. Open directory by cd apple-playlist-downloader
  4. Run npm install to install all dependencies
  5. Now edit playlist url variable and set your playlist link in file apple_playlist.js [line 8]
  6. Run node app.js
  • Now a folder named "songs" will be created.

  • Playlist info will be extract and all the matching songs will start donwloading!

  • If by chance you stop the script in between, then no worries as if song is already downloaded then next time it won't be downloaded again!

  • Also there is 5% chance that song's some remix or different same name song will get downloaded...

Screenshots ๐Ÿš€

Capture dโ€™eฬcran 2021-09-26 aฬ€ 19 16 32

Contribute & Issues ๐Ÿš€

  • Feel free to help to improve this tool.
  • Inform if you face any problem.