From b69d5e6bc70c7ec0b9b4a21a2768a3804464e200 Mon Sep 17 00:00:00 2001 From: net Date: Sat, 27 Sep 2014 21:56:00 +0300 Subject: [PATCH 1/2] fix md5 --- youtube_dl/extractor/sport5.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/sport5.py b/youtube_dl/extractor/sport5.py index 9a4e39a43..3dd64dbfd 100644 --- a/youtube_dl/extractor/sport5.py +++ b/youtube_dl/extractor/sport5.py @@ -22,7 +22,7 @@ class Sport5IE(InfoExtractor): 'info_dict': { 'id': 's5-SiXxx1-hKh2', 'ext': 'mp4', - 'title': 'md5:5cb1c6bfc0f16086e59f6683013f8e02', + 'title': 'md5:b4a6d0a441874baf772c4c809c2576bf', } } ] From 64dce405d7280575a61456e80be1bd80b8fb7790 Mon Sep 17 00:00:00 2001 From: net Date: Sat, 27 Sep 2014 21:56:00 +0300 Subject: [PATCH 2/2] [sport5] fix md5 --- youtube_dl/extractor/sport5.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/sport5.py b/youtube_dl/extractor/sport5.py index 9a4e39a43..3dd64dbfd 100644 --- a/youtube_dl/extractor/sport5.py +++ b/youtube_dl/extractor/sport5.py @@ -22,7 +22,7 @@ class Sport5IE(InfoExtractor): 'info_dict': { 'id': 's5-SiXxx1-hKh2', 'ext': 'mp4', - 'title': 'md5:5cb1c6bfc0f16086e59f6683013f8e02', + 'title': 'md5:b4a6d0a441874baf772c4c809c2576bf', } } ]