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
Yep, it's the leading "?^i". I don't even know what this is doing... removing it (together with the braces) would return "rsc" with Perl 5.18. Without that instruction both 5.18 and 5.30 would return.
_______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
