]> git.donarmstrong.com Git - bin.git/blobdiff - get_sgf
add mutt alias which executes neomutt if that exists
[bin.git] / get_sgf
diff --git a/get_sgf b/get_sgf
index 117912aa68d518f05ba2e90eebb8062ec9480401..f978b81ed5c4a1321158bb88df40a98b58e37ab1 100755 (executable)
--- 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});