diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-09-13 09:04:03 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-09-13 09:04:03 +0200 |
commit | 3a36d3782e220f36870e94fa577a3f01e0040ca6 (patch) | |
tree | cf119d5dfcc02f6f49d9c2c733dcb9e0f3b1b4c8 /youtube_dl/extractor/chilloutzone.py | |
parent | 50317dbbada099eaefdc4bc56fff8109907a827a (diff) |
[chilloutzone] Make test case more flexible
Diffstat (limited to 'youtube_dl/extractor/chilloutzone.py')
-rw-r--r-- | youtube_dl/extractor/chilloutzone.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/chilloutzone.py b/youtube_dl/extractor/chilloutzone.py index a62395d4b..c922f6959 100644 --- a/youtube_dl/extractor/chilloutzone.py +++ b/youtube_dl/extractor/chilloutzone.py @@ -42,7 +42,7 @@ class ChilloutzoneIE(InfoExtractor): 'id': '85523671', 'ext': 'mp4', 'title': 'The Sunday Times - Icons', - 'description': 'md5:a5f7ff82e2f7a9ed77473fe666954e84', + 'description': 're:(?s)^Watch the making of - makingoficons.com.{300,}', 'uploader': 'Us', 'uploader_id': 'usfilms', 'upload_date': '20140131' |