1
0
mirror of https://github.com/l1ving/youtube-dl synced 2020-11-18 19:53:54 -08:00

Change title test to md5 method

This commit is contained in:
yurganov 2018-07-10 02:22:43 +03:00
parent 715f6cff3e
commit ae38a83bfd

View File

@ -228,7 +228,7 @@ class FacebookIE(InfoExtractor):
'ext': 'mp4', 'ext': 'mp4',
'timestamp': 1530025716, 'timestamp': 1530025716,
'uploader': 'Яндекс.Здоровье', 'uploader': 'Яндекс.Здоровье',
'title': unicode, 'title': 'md5:1cdf2e730316e05a89f60fc48cb4a9bf',
'upload_date': '20180626', 'upload_date': '20180626',
'view_count': int, 'view_count': int,
}, },