
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. $ curl -L -A 'foo' http://www.gutenberg.org/ebooks/12345.rdf <p>You exceeded your rate. Come back later.</p> Now even the regular site fainted: http://www.gutenberg.org/ebooks/42137 503 Service Unavailable We're sorry, but your computer or network may be sending automated requests. To protect our users, we can't process your request right now. See: http://www.gutenberg.org/terms_of_use/ So… how does one get these individual rdf files programmatically? Thanks in advance.