diff --git a/youtube_dl/extractor/tasvideos.py b/youtube_dl/extractor/tasvideos.py index 19b1a8e10..8f12cf70b 100644 --- a/youtube_dl/extractor/tasvideos.py +++ b/youtube_dl/extractor/tasvideos.py @@ -8,7 +8,7 @@ class TASVideosIE(InfoExtractor): _VALID_URL = r'http://tasvideos.org/(?P\d+M)\.html' _TEST = { 'url': 'http://tasvideos.org/4352M.html', - 'md5': '92b08f544beb6ee905030609c7251cd1', + 'md5': '8dced25a575e853cec5533a887a8dcfc', 'info_dict': { 'id': '4352M', 'ext': 'mkv',