This can (probably) be done better and what not, but this works for
www.wegame.com:
Regexp:
Code:
[http://]*[a-z]*?[\.]?wegame\.[a-z]*?/watch/([A-Z0-9._%-]*)[&\w;=\+_\-]*/
Replacement:
Code:
<object width="480" height="387"><param name="movie" value="http://www.wegame.com/static/flash/player2.swf"></param><param name="wmode" value="transparent"></param><embed src="http://www.wegame.com/static/flash/player2.swf" type="application/x-shockwave-flash" wmode="transparent" width="480" height="387" flashvars="tag=$p1"></embed></object>
(the regexp was stolen and very slightly edited off of AME's youtube regexp so kudos for that)