http://gitunderground.i2p/archive/youtube-dl/src/branch/master/youtube_dl/extractor/gamespot.py
:[^/]+/\d+-|embed/)(?P<id>\d+)' _TESTS = [{ 'url' : 'http://www.gamespot.com/videos/arma-3-community-guide-sitrep-i/2300-6410818/' , 'md5' : 'b2a30deaa8654fcccd43713a6b6a4825' , 'info_dict' : { 'id' : 'gs-2300-6410818' , 'ext' : 'mp4' , 'title' : 'Arma 3 - Community Guide: SITREP I' , 'description' : 'Check out this video where some of the basics of Arma 3 is explained.' , }, 'skip' : 'manifest URL give HTTP Error 404: Not Found' , }, { 'url' :...