diff options
author | Sergey M․ <[email protected]> | 2016-08-06 00:02:05 +0700 |
---|---|---|
committer | Sergey M․ <[email protected]> | 2016-08-06 00:02:05 +0700 |
commit | fe3ad1d45651d3bd05a3faae77bc23bd05e689f8 (patch) | |
tree | f038c1d40fadfd430db7ca655cc066af44c80611 | |
parent | 038a5e1a65401ad6bfd2b6572f321af66e7cd9bc (diff) | |
download | youtube-dl-fe3ad1d45651d3bd05a3faae77bc23bd05e689f8.tar.gz youtube-dl-fe3ad1d45651d3bd05a3faae77bc23bd05e689f8.zip |
[adultswim] Remove superfluous md5 from test
-rw-r--r-- | youtube_dl/extractor/adultswim.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/adultswim.py b/youtube_dl/extractor/adultswim.py index 6d20229f9..3f7f8c036 100644 --- a/youtube_dl/extractor/adultswim.py +++ b/youtube_dl/extractor/adultswim.py @@ -86,7 +86,6 @@ class AdultSwimIE(InfoExtractor): }, { # heroMetadata.trailer 'url': 'http://www.adultswim.com/videos/decker/inside-decker-a-new-hero/', - 'md5': '33e9a5d8f646523ce0868ecfb0eed77d', 'info_dict': { 'id': 'I0LQFQkaSUaFp8PnAWHhoQ', 'ext': 'mp4', |