[gamespot] Update test URL and modernize

This commit is contained in:
Sergey M․ 2014-05-14 20:13:34 +07:00
parent dffcc2ea0c
commit a2d5a4ee64

View file

@ -15,11 +15,12 @@ from ..utils import (
class GameSpotIE(InfoExtractor): class GameSpotIE(InfoExtractor):
_VALID_URL = r'(?:http://)?(?:www\.)?gamespot\.com/.*-(?P<page_id>\d+)/?' _VALID_URL = r'(?:http://)?(?:www\.)?gamespot\.com/.*-(?P<page_id>\d+)/?'
_TEST = { _TEST = {
"url": "http://www.gamespot.com/arma-iii/videos/arma-iii-community-guide-sitrep-i-6410818/", 'url': 'http://www.gamespot.com/videos/arma-3-community-guide-sitrep-i/2300-6410818/',
"file": "gs-2300-6410818.mp4", 'md5': 'b2a30deaa8654fcccd43713a6b6a4825',
"md5": "b2a30deaa8654fcccd43713a6b6a4825", 'info_dict': {
"info_dict": { 'id': 'gs-2300-6410818',
"title": "Arma 3 - Community Guide: SITREP I", 'ext': 'mp4',
'title': 'Arma 3 - Community Guide: SITREP I',
'description': 'Check out this video where some of the basics of Arma 3 is explained.', 'description': 'Check out this video where some of the basics of Arma 3 is explained.',
} }
} }