From 4bc052c99e4631cbd242da84f41a2d68cb311f40 Mon Sep 17 00:00:00 2001 From: Aaron Fischer Date: Tue, 29 Dec 2015 23:58:30 +0100 Subject: [PATCH] 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. --- src/buchdesmonats/core.clj | 1 - 1 file changed, 1 deletion(-) diff --git a/src/buchdesmonats/core.clj b/src/buchdesmonats/core.clj index f89382b..258b4dd 100644 --- a/src/buchdesmonats/core.clj +++ b/src/buchdesmonats/core.clj @@ -32,7 +32,6 @@ (html/select [:div.bookcoverXXL :> :div :> :img]) first (get-in [:attrs :src]) - (#(str "http:" %)) (http-client/get {:as :byte-array}) :body))