What that is saying is that the regex
(?^i:\/\/stream\.srg-ssr\.ch\/m\/(.*?)(?:_(?:de|fr|it))?\/(?:aacp|mp3)_)
when run against
http://stream.srg-ssr.ch/m/rsc_de/aacp_96
did not return anything in $1 ... should be rsc

So there is something about that regex that your version of Perl does
not like - but more recent versions are happy with.
I thought it might be the nesting but seems not from the earlier test.

So it might be the ? after the .* that confuses that version of Perl.

The match is a bit convoluted because it also has to find rsj in
something like
http://stream.srg-ssr.ch/m/rsj/aacp_96



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc),
planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, abc
australia and cbc/radio-canada
and, via the extra \"radio now playing\" plugin, allzic radio, caroline
flashback, cesky rozhlas, frequence3, jukeradio, klassikradio.de, linn
radio, mother earth, naim radio, nova.fr, radioblues flac, radio espace,
radio swiss, rte ireland, somehow jazz, supla finland
------------------------------------------------------------------------
Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=115201

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to