inovachrono / Saavn-Downloader

A Complete JioSaavn/Saavn Downloader package
MIT License
123 stars 47 forks source link

Profile Songs not being downloaded #30

Closed kartikeyvaish closed 3 years ago

kartikeyvaish commented 4 years ago

Songs from Account are not being downloaded

sankalpgaikwad commented 4 years ago

JioSaavn site is updated so we are not able to download.

kartikeyvaish commented 4 years ago

Yes I know...Actually my JioSaavn account subscription expired and I wanted to download all the songs and save it into my device The scipts that the owner provided helped me to download them. Actually I copied the source code of the page where all my songs were there Then I extracted all the links from it and pasted it into a text file. After that I usedd this text file to download all the songs. Noo Login Nothing..Simple!

inovachrono commented 4 years ago

I really don't see what part of it is not working. You have to upload at least a screenshot or error you got and the command you used.

kartikeyvaish commented 4 years ago

I am attatching a screenshot of the Power Shell Where I executed the command donwload_reloaded.py -user -a Final

kartikeyvaish commented 4 years ago

It says DONE but no songs are being downloaded

terminal77 commented 3 years ago

@monuyadav016 This is the error Im getting when downloading the playlist or albums from profile.

python3 download_reloaded.py -user -a

Traceback (most recent call last):
  File "download_reloaded.py", line 78, in <module>
    obj.run()
  File "download_reloaded.py", line 41, in run
    account.start_download_album()
  File "/home/nadmin/Saavn-Downloader/scripts/saavnaccount.py", line 279, in start_download_album
    library_json, session = self.getLibrarySession()
TypeError: 'bool' object is not iterable
kartikeyvaish commented 3 years ago

Yes there is some error while downloading songs from a Profile.. Other than profile section everything else is working for me. :)

terminal77 commented 3 years ago

Maybe this is related to new OTP that Saavn sends via email on new logins.

kartikeyvaish commented 3 years ago

You can close this issue as the site is Updated. It requires OTP Login so you cannot download songs from Profile. Other than that everything is working as expected.!

inovachrono commented 3 years ago

OTP validation not only breaks features relating to profile songs download but also the one which allows for creation of temporary fake accounts. Everyone can still download their playlists since they are public by default.