Quote:
Originally Posted by mickknutson
I have this URL:
http://www.metacafe.com/watch/bg-121..._18_episode_6/
and this is not getting parsed by:
Code:
[http://]*[a-z]*?[\.]?metacafe\.com/watch/([0-9]+/[a-z0-9_]*)[&a-z0-9;=\+_\-\/]*
This was the default metacafe that came with the install.
Can anyone help?
|
Give this a try.
Regular expression:
Code:
[http://]*[a-z]*?[\.]?metacafe\.com/watch/([a-z0-9_-]*)/([a-z0-9_]*)[&a-z0-9;=\+_\-\/]*
Replacement
Code:
<embed src="http://www.metacafe.com/fplayer/$p1/$p2.swf" width="$ameinfo[width]" height="$ameinfo[height]" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" allowFullScreen="true" allowScriptAccess="always"> </embed>