
20 Feb
2013
20 Feb
'13
4:04 a.m.
On 02/20/2013 12:21 AM, Petite Abeille wrote:
On Feb 19, 2013, at 8:23 PM, Marcello Perathoner<marcello@perathoner.de> wrote:
No. But the rdf files are easy enough to find.
So… how does one actually get these individual rdf files then?
$ curl -IL http://www.gutenberg.org/ebooks/12345.rdf
HTTP/1.1 403 Forbidden
Ok, so www.gutenberg.org doesn't like curl.
No. And doesn't like any kind of automated access. If you want to do that, use a mirror from the mirror list: www.gutenberg.org/MIRRORS.ALL I've tar'ed all rdf files together so you can get them with one request: $ curl --user-agent "MyBotName/1.0; +mailto:contact@me.org" http://www.gutenberg.org/feeds/rdf-files.tar.bz2 ... Regards -- Marcello Perathoner webmaster@gutenberg.org