X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=get_sgf;h=f978b81ed5c4a1321158bb88df40a98b58e37ab1;hb=56c8d8b286ae38e170ce915472f9aa86fabf9fee;hp=117912aa68d518f05ba2e90eebb8062ec9480401;hpb=3a6030d8a66bc575df6f63dce5d54391f99d704c;p=bin.git diff --git a/get_sgf b/get_sgf index 117912a..f978b81 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(text_regex=>qr/PostScript/); $m->form_number(2); $m->select('scale',$options{scale}); $m->field('fig',$options{figures});