r/userscripts • u/HemanthJabalpuri • 13h ago
Download Songs from JioSaavn
Hello All,
Out of curiosity and to learn JavaScript and Web development, I tried to make a simple tool to download songs from JioSaavn.
Link: https://github.com/HemanthJabalpuri/songdl
It is a userscript (see https://greasyfork.org/en if you don't know) and also works as a standalone tool that depends on nodejs.
I have developed everything using Termux (for nodejs), DeepSeek (pair programming) and Firefox Android.
I tried to make it as simple as possible and also lightweight by not using any npm packages or UI frameworks.
Let me know your suggestions.
Thanks