From a866abd3f638a09f851dde7eef628d17127d30e0 Mon Sep 17 00:00:00 2001 From: Tithen-Firion Date: Wed, 3 Dec 2014 16:03:37 +0100 Subject: [PATCH] [breakcom] Update test --- youtube_dl/extractor/breakcom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/breakcom.py b/youtube_dl/extractor/breakcom.py index 2c0e5eea2..526b8c1cd 100644 --- a/youtube_dl/extractor/breakcom.py +++ b/youtube_dl/extractor/breakcom.py @@ -14,7 +14,7 @@ class BreakIE(InfoExtractor): _VALID_URL = r'http://(?:www\.)?break\.com/video/(?:[^/]+/)*.+-(?P\d+)' _TESTS = [{ 'url': 'http://www.break.com/video/when-girls-act-like-guys-2468056', - 'md5': '33aa4ff477ecd124d18d7b5d23b87ce5', + 'md5': '4bbfc5182cd98da6fd9fa25c14afa881', 'info_dict': { 'id': '2468056', 'ext': 'mp4',