- or download this
while(<ASX>) {
next unless m{<REF HREF=(.*)/>};
$address = $1;
$address =~ s/\"//g;
print PLAYLIST $address, "\n\n";
}
- or download this
next unless m{<REF HREF=\"?(.*)\"?/>};
- or download this
next unless m{<REF HREF=\"?(.*?)\"?/>};
- or download this
<REF HREF="mms://<some_address>.(wma|wmv|maybeSomethingElse)" />