perl -MLWP::Simple -le '$_=get(shift);
while ( m|<a href="(.*?/([^/]+))">|g)
{ getstore "http://www.olga.net$1", "$2.html" }'
‘http://www.olga.net/dynamic/browse.php?local=main/d/dylan_bob’
The URL is the result of querying OLGA for Dylan. This also returns a few PHP files that you don’t need.