Bringing this over here, because I accidentally posted it in the main AME thread.
There's an error in the IGN code. Here's the changes I made to fix it:
Regular Expression:
Code:
http://([\w]+)\.ign\.com/dor/([\w]+)/([\d]+)/([\w-]+)/videos/([\w-]+)\.html
Replacement:
Code:
<embed src='http://videomedia.ign.com/ev/ev.swf' flashvars='object_ID=$p3&downloadURL=http://$p1.ign.com/$p2/video/article/$p4/$p5.flv&allownetworking='all' type='application/x-shockwave-flash' width='433' height='360'></embed>
It was just missing the parentheses and had some of the $p variables mixed up.
Sorry, if this has been pointed out already, I couldn't search for "IGN" because it is only 3 characters.