Reposting from last page:
This GameSpot video isn't parsing:
http://www.gamespot.com/the-secret-w...video-6349173/
It appears that GameSpot has changed their video URL scheme. Almost all that I can find at
http://www.gamespot.com/videos/index.html are
www.gamespot.com / <gamename> / videos / videoname-videoid which doesn't match either of the conditions in the two GameSpot definitions (at least what my limited knowledge of expressions tells me).
The current expressions and replacements for GameSpot are:
Code:
http://www\.gamespot\.com/[\w/]*video/[0-9]+/([\d]+)[\w\/\-\?=;]*
<embed id="mymovie" width="432" height="362" flashvars="playerMode=embedded&movieAspect=4.3&flavor=EmbeddedPlayerVersion&skin=http://image.com.com/gamespot/images/cne_flash/production/media_player/proteus/one/skins/gamespot.png¶msURI=http%3A%2F%2Fwww.gamespot.com%2Fpages%2Fvideo_player%2Fxml.php%3Fid%3D$p1%26mode%3Dembedded%26width%3D432%26height%3D362" wmode="transparent" allowscriptaccess="always" quality="high" name="mymovie" style="" src="http://image.com.com/gamespot/images/cne_flash/production/media_player/proteus/one/proteus2.swf" type="application/x-shockwave-flash"/>
and
Code:
http://www\.gamespot\.com/[\w/]*video/([\d]{7})[\w\/\-\?=;]*
<embed id="mymovie" width="$ameinfo[width]" height="$ameinfo[height]" flashvars="playerMode=embedded&movieAspect=4.3&flavor=EmbeddedPlayerVersion&skin=http://image.com.com/gamespot/images/cne_flash/production/media_player/proteus/one/skins/gamespot.png¶msURI=http%3A%2F%2Fwww.gamespot.com%2Fpages%2Fvideo_player%2Fxml.php%3Fid%3D$p1%26mode%3Dembedded%26width%3D{$ameinfo[width]}%26height%3D{$ameinfo[height]}" wmode="transparent" allowscriptaccess="always" quality="high" name="mymovie" style="" src="http://image.com.com/gamespot/images/cne_flash/production/media_player/proteus/one/proteus2.swf" type="application/x-shockwave-flash"/>