X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fgametrailers.py;h=a6ab795aef1bab4a56b2655515983aed35886a77;hb=13fc7f3a05e0cb8b111e62540a4795611cc0a9dd;hp=66b3b50d46b4224b4f79dedbd98aad8d8e19bcac;hpb=c39f7013e1070a55729d143817690a282a5b3f10;p=youtube-dl diff --git a/youtube_dl/extractor/gametrailers.py b/youtube_dl/extractor/gametrailers.py index 66b3b50d4..a6ab795ae 100644 --- a/youtube_dl/extractor/gametrailers.py +++ b/youtube_dl/extractor/gametrailers.py @@ -7,10 +7,11 @@ class GametrailersIE(MTVServicesInfoExtractor): _VALID_URL = r'http://www\.gametrailers\.com/(?Pvideos|reviews|full-episodes)/(?P.*?)/(?P.*)' _TEST = { 'url': 'http://www.gametrailers.com/videos/zbvr8i/mirror-s-edge-2-e3-2013--debut-trailer', - 'file': '70e9a5d7-cf25-4a10-9104-6f3e7342ae0d.mp4', 'md5': '4c8e67681a0ea7ec241e8c09b3ea8cf7', 'info_dict': { - 'title': 'Mirror\'s Edge 2|E3 2013: Debut Trailer', + 'id': '70e9a5d7-cf25-4a10-9104-6f3e7342ae0d', + 'ext': 'mp4', + 'title': 'E3 2013: Debut Trailer', 'description': 'Faith is back! Check out the World Premiere trailer for Mirror\'s Edge 2 straight from the EA Press Conference at E3 2013!', }, }