diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-01-22 00:17:33 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-01-22 00:17:33 +0100 |
commit | 90834c78fed7b383efac8cb1b8adb9f864992c98 (patch) | |
tree | 0f024068dbc7e844af2f7e2d488e9e57d0f4fd39 /youtube_dl/extractor/gametrailers.py | |
parent | 4a3b72771fa86b1d4321a9643c893276c26078a4 (diff) |
[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.
Diffstat (limited to 'youtube_dl/extractor/gametrailers.py')
-rw-r--r-- | youtube_dl/extractor/gametrailers.py | 2 |
1 files changed, 1 insertions, 1 deletions
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!', }, } |