Shubhamrawat5 / apple-playlist-downloader

apple music playlist downloader (mp3) in node js
102 stars 26 forks source link

Fix a problem with song contain '?' character. #9

Closed b5i closed 3 years ago

b5i commented 3 years ago

The program search with a corrupt url ('?' is a character for arguments in url). I've put all the others characters too to prevent any other issue.