X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=get_sgf;fp=get_sgf;h=d279126044acdc317f0801dd031d6472a9eeaf42;hb=9a3bdeb6f57df2c8f083d0028a677c64994fb812;hp=117912aa68d518f05ba2e90eebb8062ec9480401;hpb=d4e59a710e1c3033c1c815904d876a368723892e;p=bin.git diff --git a/get_sgf b/get_sgf index 117912a..d279126 100755 --- a/get_sgf +++ b/get_sgf @@ -123,6 +123,7 @@ for my $url (@ARGV) { $m->get("http://gobase.org$fname"); $m->save_content('temp.sgf'); $m->get($uri->as_string); + $m->follow_link(url_regex=>qr/PostScript/); $m->form_number(2); $m->select('scale',$options{scale}); $m->field('fig',$options{figures});