From: Philipp Hagemeister Date: Sun, 26 Oct 2014 23:13:40 +0000 (+0100) Subject: [vimeo:review] Fix test title X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=9dec99303d589bdf78493ee124f3ae230d8cd606;p=youtube-dl [vimeo:review] Fix test title --- 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$',