-
Notifications
You must be signed in to change notification settings - Fork 36
wget
Tim L edited this page Jul 25, 2014
·
6 revisions
This page describes some useful wget options. We use http://data.semanticweb.org/dumps/ as an example site to retrieve.
Options and what they mean is shown here
mkdir -p source && pushd source
web_directory='blah'
wget --mirror -e robots=off --no-parent $web_directory
popd
If you're just looking for RDF, wget --mirror -e robots=off -A owl,rdf,ttl,nt,n3 --no-parent $web_directory
Places we use wget: