summary refs log tree commit diff
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-01-30 23:01:19 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2016-01-30 23:01:19 +0800
commit248ae880b6900a753e38253f149c013c3f95c0c5 (patch)
treeb53de0a5a669d3e33cc1d21f564e3f6751eb06fa
parent2d2fa82d172a10a49fb5449fa35bc409de778f05 (diff)
downloadyoutube-dl-248ae880b6900a753e38253f149c013c3f95c0c5.tar.gz
youtube-dl-248ae880b6900a753e38253f149c013c3f95c0c5.tar.xz
youtube-dl-248ae880b6900a753e38253f149c013c3f95c0c5.zip
[facebook] Add md5 for the test case with DASH
-rw-r--r--youtube_dl/extractor/facebook.py1
1 files changed, 1 insertions, 0 deletions
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',