Browse Source

[funnyordie] Fix test case md5

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

+ 1
- 1
youtube_dl/extractor/funnyordie.py View File

@ -21,7 +21,7 @@ class FunnyOrDieIE(InfoExtractor):
},
}, {
'url': 'http://www.funnyordie.com/embed/e402820827',
'md5': 'ff4d83318f89776ed0250634cfaa8d36',
'md5': '29f4c5e5a61ca39dfd7e8348a75d0aad',
'info_dict': {
'id': 'e402820827',
'ext': 'mp4',


Loading…
Cancel
Save