From 90834c78fed7b383efac8cb1b8adb9f864992c98 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 22 Jan 2014 00:17:33 +0100 Subject: [mtv] Fix title for gametrailers (Fixes #2188) We now prefer the title including the category, because that title is what is presented at the actual sites. --- youtube_dl/extractor/gametrailers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube_dl/extractor/gametrailers.py') diff --git a/youtube_dl/extractor/gametrailers.py b/youtube_dl/extractor/gametrailers.py index d82a5d4b2..617578e72 100644 --- a/youtube_dl/extractor/gametrailers.py +++ b/youtube_dl/extractor/gametrailers.py @@ -10,7 +10,7 @@ class GametrailersIE(MTVServicesInfoExtractor): u'file': u'70e9a5d7-cf25-4a10-9104-6f3e7342ae0d.mp4', u'md5': u'4c8e67681a0ea7ec241e8c09b3ea8cf7', u'info_dict': { - u'title': u'E3 2013: Debut Trailer', + u'title': u'Mirror\'s Edge 2|E3 2013: Debut Trailer', u'description': u'Faith is back! Check out the World Premiere trailer for Mirror\'s Edge 2 straight from the EA Press Conference at E3 2013!', }, } -- cgit v1.2.3