aboutsummaryrefslogtreecommitdiff
path: root/oyster
diff options
context:
space:
mode:
Diffstat (limited to 'oyster')
-rw-r--r--oyster2
1 files changed, 1 insertions, 1 deletions
diff --git a/oyster b/oyster
index 1bcf986..59c6af4 100644
--- a/oyster
+++ b/oyster
@@ -105,7 +105,7 @@ progress('getting journeys history');
$mech->follow_link(text_regex => qr{journey history}i);
my ($input_button) = $mech->findnodes(
- q{//form[@name='jhDownloadForm']//input[@type='submit']}
+ q{//form[@name='jhDownloadForm']//a[@class=~/button_dwld/]}
);
my $js=$input_button->findvalue('@onclick');