buch_des_monats/src/buchdesmonats
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
..
core.clj Fix a 302 redirect without content type 2016-09-29 20:38:35 +02:00
layout.html Remove github and cthn entirely :) 2015-06-09 10:08:28 +02:00