Browse Source

[break] Remove md5sum from test

totalwebcasting
Philipp Hagemeister 10 years ago
parent
commit
dce2a3cf9e
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      youtube_dl/extractor/breakcom.py

+ 0
- 1
youtube_dl/extractor/breakcom.py View File

@ -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',


Loading…
Cancel
Save