diff options
author | Carlos Ramos <carlos.ramos1@alu.uclm.es> | 2014-09-16 23:23:54 +0200 |
---|---|---|
committer | Carlos Ramos <carlos.ramos1@alu.uclm.es> | 2014-09-16 23:23:54 +0200 |
commit | c001f939e45271b63fd4182de647142834b8d367 (patch) | |
tree | b00a24890d0a1f9eb79bb74756668cd193ac88da | |
parent | 7cdd5339b3a02b7429c945ae4cd1e70c7112d555 (diff) |
[Allmyvideos] Fixed md5. Only 10KiB of the video file
-rw-r--r-- | youtube_dl/extractor/allmyvideos.py | 2 |
1 files changed, 1 insertions, 1 deletions
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', |