mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 23:35:04 +00:00
[facebook] Add md5 for the test case with DASH
This commit is contained in:
parent
2d2fa82d17
commit
248ae880b6
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ class FacebookIE(InfoExtractor):
|
||||||
}, {
|
}, {
|
||||||
'note': 'Video with DASH manifest',
|
'note': 'Video with DASH manifest',
|
||||||
'url': 'https://www.facebook.com/video.php?v=957955867617029',
|
'url': 'https://www.facebook.com/video.php?v=957955867617029',
|
||||||
|
'md5': '54706e4db4f5ad58fbad82dde1f1213f',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': '957955867617029',
|
'id': '957955867617029',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
|
|
Loading…
Reference in a new issue