diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-11-12 15:33:15 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-11-12 15:33:15 +0100 |
commit | ffe38646cafe890aafa1f6627d14945adc8cf0b3 (patch) | |
tree | 2d3169dbe9636c1ac37bf7260ee8c8450982f3f3 /youtube_dl/extractor/funnyordie.py | |
parent | b703ab4d7f39ea7e9a88c971d55fdcc1b468ba26 (diff) |
[funnyordie] Remove test md5sum (Fixes #4113)
Diffstat (limited to 'youtube_dl/extractor/funnyordie.py')
-rw-r--r-- | youtube_dl/extractor/funnyordie.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/funnyordie.py b/youtube_dl/extractor/funnyordie.py index 487d5d1b4..a49fc1151 100644 --- a/youtube_dl/extractor/funnyordie.py +++ b/youtube_dl/extractor/funnyordie.py @@ -21,7 +21,6 @@ class FunnyOrDieIE(InfoExtractor): }, }, { 'url': 'http://www.funnyordie.com/embed/e402820827', - 'md5': '29f4c5e5a61ca39dfd7e8348a75d0aad', 'info_dict': { 'id': 'e402820827', 'ext': 'mp4', |