Commit graph

18 commits

Author SHA1 Message Date
1c7af9ebcc Add multi stage dockerfile and fix source URL 2021-02-18 02:00:03 +01:00
08f504f303 Generalize codebase and add more datasources.
Fixes #9
Relates #8

* Support mojoreads as a new data source
* Change image file names to hashsums to be more generic
* Clean up the source code by separate relates stuff in own files
* Fix the Chaos Monkeys book
2020-11-10 20:43:04 +01:00
dd183627df Make source configurable (support comics and more!)
This fixes #5 #6 and #7
2020-11-02 10:30:12 +01:00
f4cfa44145 Fix image fetching again and update all dependencies 2019-01-24 23:14:34 +01:00
695afe17db Fix the html cover scraping (lovelybooks changed the html again) 2018-07-13 23:31:00 +02:00
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
ace6a51761 Upgrade license 2016-02-15 21:19:03 +01:00
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
c8c534c9ca Find broken URLs 2015-06-10 23:17:26 +02:00
0b5a63ba86 Skip SSL warnings 2015-06-10 23:17:26 +02:00
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
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