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:
parent
e23cf4429e
commit
4bc052c99e
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@
|
|||
(html/select [:div.bookcoverXXL :> :div :> :img])
|
||||
first
|
||||
(get-in [:attrs :src])
|
||||
(#(str "http:" %))
|
||||
(http-client/get {:as :byte-array})
|
||||
:body))
|
||||
|
||||
|
|
Loading…
Reference in a new issue