From c001f939e45271b63fd4182de647142834b8d367 Mon Sep 17 00:00:00 2001 From: Carlos Ramos Date: Tue, 16 Sep 2014 23:23:54 +0200 Subject: [Allmyvideos] Fixed md5. Only 10KiB of the video file --- youtube_dl/extractor/allmyvideos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/allmyvideos.py b/youtube_dl/extractor/allmyvideos.py index 7764d4a14..a5ebdfdf4 100644 --- a/youtube_dl/extractor/allmyvideos.py +++ b/youtube_dl/extractor/allmyvideos.py @@ -16,7 +16,7 @@ class AllmyvideosIE(InfoExtractor): _TEST = { 'url': 'http://allmyvideos.net/jih3nce3x6wn', - 'md5': '8f26c1e7102556a0d7f24306d32c2092', + 'md5': '710883dee1bfc370ecf9fa6a89307c88', 'info_dict': { 'id': 'jih3nce3x6wn', 'ext': 'mp4', -- cgit v1.2.3