summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-12-04 01:33:30 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-12-04 01:33:30 +0100
commitdce2a3cf9e4640ec9ae54f1997596d00591a97c3 (patch)
tree654f2030e1400a017787ed5cdb73d47d4a43d430
parent9095aa38ac7361b55aa0e9fd3fe4fccf23718e6c (diff)
downloadyoutube-dl-dce2a3cf9e4640ec9ae54f1997596d00591a97c3.tar.gz
youtube-dl-dce2a3cf9e4640ec9ae54f1997596d00591a97c3.tar.xz
youtube-dl-dce2a3cf9e4640ec9ae54f1997596d00591a97c3.zip
[break] Remove md5sum from test
-rw-r--r--youtube_dl/extractor/breakcom.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/breakcom.py b/youtube_dl/extractor/breakcom.py
index 2c0e5eea2..4bcc897c9 100644
--- a/youtube_dl/extractor/breakcom.py
+++ b/youtube_dl/extractor/breakcom.py
@@ -14,7 +14,6 @@ class BreakIE(InfoExtractor):
     _VALID_URL = r'http://(?:www\.)?break\.com/video/(?:[^/]+/)*.+-(?P<id>\d+)'
     _TESTS = [{
         'url': 'http://www.break.com/video/when-girls-act-like-guys-2468056',
-        'md5': '33aa4ff477ecd124d18d7b5d23b87ce5',
         'info_dict': {
             'id': '2468056',
             'ext': 'mp4',