Fix #4 (missing book covers)

It seems lovelybooks changed the storage place for the covers from the
own webserver to Amazon S3. So I don't need to add http to it.
This commit is contained in:
Aaron Fischer 2015-12-29 23:58:30 +01:00
parent e23cf4429e
commit 4bc052c99e

View file

@ -32,7 +32,6 @@
(html/select [:div.bookcoverXXL :> :div :> :img])
first
(get-in [:attrs :src])
(#(str "http:" %))
(http-client/get {:as :byte-array})
:body))