fix now that things are packed
This commit is contained in:
parent
c60db6b1be
commit
3574113645
1 changed files with 2 additions and 2 deletions
|
|
@ -175,8 +175,8 @@ sub simpleHTMLParser {
|
||||||
sub simpleTextParser {
|
sub simpleTextParser {
|
||||||
my ($text) = @_;
|
my ($text) = @_;
|
||||||
|
|
||||||
my ($url) = $text =~ /^HREF=(.+)$/m;
|
my ($url) = $text =~ /HREF=(.+?)(LABEL|\Z)/;
|
||||||
my ($label) = $text =~ /^LABEL=(.+)$/m;
|
my ($label) = $text =~ /LABEL=(.+?)(HREF|\Z)/;
|
||||||
|
|
||||||
return ($url, $label);
|
return ($url, $label);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue