-
Notifications
You must be signed in to change notification settings - Fork 105
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
Download fails with StatusCodeError: 302 - undefined #58
Comments
@ntfk55 Safari made redesign of their website, the base URL which is specified in safari module is no longer valid (safaribooksonline.com), if you change that to oreilly.com user authorization will complete, but there will be some additional issues then caused by this redesign of the website. Hope we get updated version soon. |
I've fixed it and opened a pull request |
Thank you all for your work on this! Also got this error, went into the index & made the base URL change, but now running into a new error:
Any ideas on why this is happening? Thank you in advance. |
@erstearns lose the "www", base URL should be "https://learning.oreilly.com" |
@sombrerox Thank you! That was the issue! |
Great, it works! |
I'm still getting this 302 issue, even when changing the base URL to "https://learning.oreilly.com" |
@makerling , I had the same problem. Uninstalling and reinstalling the whole thing helped. |
Hi, Why this is still not merged yet to master? The fix described above worked for me.
|
attempting to execute the following results in StatusCodeError: 302 - undefined
This is caused by the incorrect baseurl in index.js (as resolved by #54)
safaribooks-downloader -b 9781449368098 -u removed -p removed -o E:\DATA\EBOOKS\testbook.epub
The text was updated successfully, but these errors were encountered: