From: Yen Chi Hsuan Date: Sat, 30 Jan 2016 15:01:19 +0000 (+0800) Subject: [facebook] Add md5 for the test case with DASH X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=commitdiff_plain;h=248ae880b6900a753e38253f149c013c3f95c0c5;p=youtube-dl.git [facebook] Add md5 for the test case with DASH --- diff --git a/youtube_dl/extractor/facebook.py b/youtube_dl/extractor/facebook.py index bd65e43f2..b6d1180f0 100644 --- a/youtube_dl/extractor/facebook.py +++ b/youtube_dl/extractor/facebook.py @@ -73,6 +73,7 @@ class FacebookIE(InfoExtractor): }, { 'note': 'Video with DASH manifest', 'url': 'https://www.facebook.com/video.php?v=957955867617029', + 'md5': '54706e4db4f5ad58fbad82dde1f1213f', 'info_dict': { 'id': '957955867617029', 'ext': 'mp4',