From: Don Armstrong Date: Fri, 16 Apr 2010 22:16:13 +0000 (+0000) Subject: * use the postscript game form X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9a3bdeb6f57df2c8f083d0028a677c64994fb812;p=bin.git * use the postscript game form --- 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});