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
https://github.com/marcellmars/letssharebooks/blob/master/server_side/libraries/static/libraries.js#L89 and related: https://github.com/marcellmars/letssharebooks/blob/master/calibreletssharebooks/main.py#L1121
should pass the url query parameters in a more robust way. e.g. dictionary: opf, cover, format(s)...
The text was updated successfully, but these errors were encountered:
lines in main.py:
def http_import(self, r): if request_data[:7] != "/?urls=": .. req_seq = request_data.split('__,__')
Sorry, something went wrong.
No branches or pull requests
https://github.com/marcellmars/letssharebooks/blob/master/server_side/libraries/static/libraries.js#L89
and related:
https://github.com/marcellmars/letssharebooks/blob/master/calibreletssharebooks/main.py#L1121
should pass the url query parameters in a more robust way. e.g. dictionary: opf, cover, format(s)...
The text was updated successfully, but these errors were encountered: