letssharebooks icon indicating copy to clipboard operation
letssharebooks copied to clipboard

passing metadata_urls should be done through proper url query parameters

Open marcellmars opened this issue 11 years ago • 1 comments

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 avatar May 31 '14 15:05 marcellmars

lines in main.py:

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

marcellmars avatar Oct 23 '14 13:10 marcellmars