summary refs log tree commit diff
diff options
context:
space:
mode:
authorCarlos Ramos <carlos.ramos1@alu.uclm.es>2014-09-16 23:23:54 +0200
committerCarlos Ramos <carlos.ramos1@alu.uclm.es>2014-09-16 23:23:54 +0200
commitc001f939e45271b63fd4182de647142834b8d367 (patch)
treeb00a24890d0a1f9eb79bb74756668cd193ac88da
parent7cdd5339b3a02b7429c945ae4cd1e70c7112d555 (diff)
downloadyoutube-dl-c001f939e45271b63fd4182de647142834b8d367.tar.gz
youtube-dl-c001f939e45271b63fd4182de647142834b8d367.tar.xz
youtube-dl-c001f939e45271b63fd4182de647142834b8d367.zip
[Allmyvideos] Fixed md5. Only 10KiB of the video file
-rw-r--r--youtube_dl/extractor/allmyvideos.py2
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',