Commit graph

14 commits

Author SHA1 Message Date
Aaron Fischer 79139c0d97 Fix a 302 redirect without content type
The used clojure function which grabs the HTML code from the URL
requires a content type for the response. If this is not set, the parser
stops downloading the page and the whole script stopped scraping cover
images. So, why does lovelybooks does not send a content type any more
you ask? Because they moved the whole page finally to https and add a
basic 302 redirect to the old http pages -- with no content type
specified to save some traffic i guess. So, set all the urls to https,
all works fine :)
2016-09-29 20:38:35 +02:00
Aaron Fischer ace6a51761 Upgrade license 2016-02-15 21:19:03 +01:00
Aaron Fischer 4bc052c99e 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.
2015-12-29 23:58:30 +01:00
Aaron Fischer c8c534c9ca Find broken URLs 2015-06-10 23:17:26 +02:00
Aaron Fischer 0b5a63ba86 Skip SSL warnings 2015-06-10 23:17:26 +02:00
Aaron Fischer 9e0643e6de Correct the copyright 2015-06-10 23:17:26 +02:00
Aaron Fischer a325217af2 Remove github and cthn entirely :) 2015-06-09 10:08:28 +02:00
Aaron Mueller 2cb420a98d Fix broken images with umlauts in the author or the book title field 2014-06-10 23:09:36 +02:00
Aaron Mueller 3c310e3460 Fix some image glitches while not all images are loaded. 2014-03-26 20:18:43 +01:00
Aaron Mueller 248ff5a88f Add license stuff 2014-03-25 23:55:29 +01:00
Aaron Mueller 5c4d0d897a Final polishing 2014-03-25 23:41:56 +01:00
Aaron Mueller e3714f87ff Layout works now 2014-03-25 00:05:46 +01:00
Aaron Mueller e1d8943c96 File file handling 2014-03-24 21:55:07 +01:00
Aaron Mueller 003401b5f1 Initial commit 2014-03-21 00:42:43 +01:00