aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-01-22 02:04:51 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-01-22 02:04:51 +0100
commitaf1588c05f308ffa2fdabaa2fc4c38673b4217d8 (patch)
treede2790d0e43b41d76f7afdf48fa4370c6ae7d0bd /youtube_dl/extractor
parent2250865fb09062418e78d79618fefe8817235488 (diff)
downloadyoutube-dl-af1588c05f308ffa2fdabaa2fc4c38673b4217d8.tar.xz
[mtv] Update tests and xpath function for new title extraction
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r--youtube_dl/extractor/mtv.py2
-rw-r--r--youtube_dl/extractor/spike.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/mtv.py b/youtube_dl/extractor/mtv.py
index af889a8af..51f91ef1d 100644
--- a/youtube_dl/extractor/mtv.py
+++ b/youtube_dl/extractor/mtv.py
@@ -180,7 +180,7 @@ class MTVIggyIE(MTVServicesInfoExtractor):
'info_dict': {
'id': '984696',
'ext': 'mp4',
- 'title': 'Short',
+ 'title': 'Arcade Fire: Behind the Scenes at the Biggest Music Experiment Yet',
}
}
_FEED_URL = 'http://all.mtvworldverticals.com/feed-xml/'
diff --git a/youtube_dl/extractor/spike.py b/youtube_dl/extractor/spike.py
index 71a9aaa24..56682ac45 100644
--- a/youtube_dl/extractor/spike.py
+++ b/youtube_dl/extractor/spike.py
@@ -11,7 +11,7 @@ class SpikeIE(MTVServicesInfoExtractor):
'info_dict': {
'id': 'b9c8221a-4e50-479a-b86d-3333323e38ba',
'ext': 'mp4',
- 'title': 'Can Allen Ride A Hundred Year-Old Motorcycle?',
+ 'title': 'Auction Hunters|Can Allen Ride A Hundred Year-Old Motorcycle?',
'description': 'md5:fbed7e82ed5fad493615b3094a9499cb',
},
}