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

passing metadata_urls should be done through proper url query parameters #13

Open
marcellmars opened this issue May 31, 2014 · 1 comment

Comments

@marcellmars
Copy link
Owner

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)...

@marcellmars
Copy link
Owner Author

lines in main.py:

 def http_import(self, r):
    if request_data[:7] != "/?urls=":
    ..
    req_seq = request_data.split('__,__')

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

No branches or pull requests

1 participant