Quote:
Originally Posted by Null Parameter
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.
|
That's okay. Yes, IGN changed their embed code again. (I've lost track of how many times they've done that.) Pretty much all the definitions are being retested for the AME 2.5 update, and I'll be sure to completely updated master for all these existing definitions. I'm finding quite a few sites are in need of an upgrade.