Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to Download #22

Closed
sagarag21 opened this issue May 27, 2019 · 3 comments
Closed

Not able to Download #22

sagarag21 opened this issue May 27, 2019 · 3 comments

Comments

@sagarag21
Copy link

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

@inovachrono
Copy link
Contributor

inovachrono commented Jun 12, 2019

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
Copy link
Contributor

ar7x9 commented Jul 5, 2019

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

@rdkannan
Copy link

rdkannan commented Jul 10, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants