Try this alternative:
next if (!($entry =~ /^http:|rtsp:/));
if ($entry =~ /^<(.*)\/>/ && $entry =~ /(\")(.*)(\")/ ) {
$entry = $2;
}Please post the output of --d_parse --d_source if you have problems. -- Triode _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
