1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-03 02:05:36 +08:00

- fixes reddit test case md5

This commit is contained in:
carsten demming 2018-02-20 12:47:43 +01:00
parent befa4708fd
commit 576ffb0cbc

View File

@ -15,7 +15,7 @@ class RedditIE(InfoExtractor):
_TEST = {
# from https://www.reddit.com/r/videos/comments/6rrwyj/that_small_heart_attack/
'url': 'https://v.redd.it/zv89llsvexdz',
'md5': '655d06ace653ea3b87bccfb1b27ec99d',
'md5': '0a070c53eba7ec4534d95a5a1259e253',
'info_dict': {
'id': 'zv89llsvexdz',
'ext': 'mp4',