aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-10-27 00:13:40 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-10-27 00:13:40 +0100
commit9dec99303d589bdf78493ee124f3ae230d8cd606 (patch)
tree7347476671e592f2df4e83a344b8bc33bc97ff91
parent7706927370f7b2ec9b759961ce5bf34b24ef5ce5 (diff)
downloadyoutube-dl-9dec99303d589bdf78493ee124f3ae230d8cd606.tar.xz
[vimeo:review] Fix test title
-rw-r--r--youtube_dl/extractor/vimeo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/vimeo.py b/youtube_dl/extractor/vimeo.py
index 5839c550d..d9cad0ea5 100644
--- a/youtube_dl/extractor/vimeo.py
+++ b/youtube_dl/extractor/vimeo.py
@@ -512,7 +512,7 @@ class VimeoReviewIE(InfoExtractor):
'info_dict': {
'id': '91613211',
'ext': 'mp4',
- 'title': 'Death by dogma versus assembling agile - Sander Hoogendoorn',
+ 'title': 're:(?i)^Death by dogma versus assembling agile . Sander Hoogendoorn',
'uploader': 'DevWeek Events',
'duration': 2773,
'thumbnail': 're:^https?://.*\.jpg$',