Mick I found the solution for AME,,, but now I need to fix the sudden youtube code issue in Passive Video Premium. I note that you think the issues is here?
array ( // youtube
'd' => 'youtube.com',
'm' => 'http://(?:[a-z]{2,3}.)?youtube.com/watch\?v=([a-z0-9_-]{11})',
'e' => 0
)
I'll bet Ted may know over at Cracked Egg?
++++++++
Why wouldn't changing this to, lets say?
array ( // youtube
'd' => 'youtube.com',
'm' =>
'http://youtube.com/watch\?v=([a-z0-9_-]{11})',
'e' => 0
)
or
array ( // youtube
'd' => 'youtube.com',
'm' => 'http://{param}youtube.com/watch\?v=([a-z0-9_-]{11})',
'e' => 0
)
No?
What is this called anyway, a definition?
AME appears to use
http://www.youtube.com/watch?v=\1