We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
C:\Users\17041758\SafariBooks-Downloader>safaribooks-downloader -b 9781484224427 -u nicohaenggi -p MySuperSecurePassword -o /Users/nicohanggi/Desktop/testbook.epub [safari-downloader] starting application... [safari-downloader] StatusCodeError: 301 - undefined
This is the error I am getting. Does anyone know how to fix this? Thanks
The text was updated successfully, but these errors were encountered:
In index,js Change this.baseUrl = "https://www.safaribooksonline.com"; to this.baseUrl = "https://learning.oreilly.com";
Sorry, something went wrong.
In lib/safari/index.js change
lib/safari/index.js
this.baseUrl = "https://www.safaribooksonline.com";
to
this.baseUrl = "https://learning.oreilly.com";
This solves the error. @nicohaenggi you may want to consider closing this issue.
Thanks for the work!! 💯
No branches or pull requests
C:\Users\17041758\SafariBooks-Downloader>safaribooks-downloader -b 9781484224427 -u nicohaenggi -p MySuperSecurePassword -o /Users/nicohanggi/Desktop/testbook.epub
[safari-downloader] starting application...
[safari-downloader] StatusCodeError: 301 - undefined
This is the error I am getting. Does anyone know how to fix this? Thanks
The text was updated successfully, but these errors were encountered: