Python script to download bulk songs from songs.pk website
Steps:
- Prepare a list of songs to download in a text file, say
/Users/foo/songs.txt
- Run the script with the file path of the text file as input
$ python3 songspk.py /Users/foo/songs.txt
- Sit back and relax! The songs would be downloaded in Desktop folder.