prabaprakash / Saavn-Downloader

Saavn Downloader
94 stars 40 forks source link

Not able to Download #22

Closed sagarag21 closed 5 years ago

sagarag21 commented 5 years ago

It Keeps on saying "please paste link of album or playlist" Screenshot :: https://drive.google.com/open?id=1VhXjgB9deYOt01ZwJrWH0wMv4_WI-nmB

inovachrono commented 5 years ago

It Keeps on saying "please paste link of album or playlist" Screenshot :: https://drive.google.com/open?id=1VhXjgB9deYOt01ZwJrWH0wMv4_WI-nmB

Are you sure about the url you are entering. I pasted the same url that you used in the image above and it returns a 404 page. However if you replace the 0(zero) in "I0j" with O(capital o) as "IOj" then you get the correct page. For instance the actual url in your case is https://www.jiosaavn.com/album/96/buIOjYZDrNA_

ar7x9 commented 5 years ago

Tried downloading that album, it worked. This should be closed @monuyadav016 is correct

rdkannan commented 5 years ago

I am also getting the same issue mention by @sagarag21. After going thro line of code, it was due to https://github.com/prabaprakash/Saavn-Downloader/issues/27 try adding below line under pre-configuration section then it worked fine for me

import ssl
ssl._create_default_https_context = ssl._create_unverified_context

Before : https://ibb.co/TtVvVPB After :https://ibb.co/rGtkhwV