mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
[generic] Add MD5 checksums
This commit is contained in:
parent
7deef1ba67
commit
dbf0157a26
1 changed files with 3 additions and 0 deletions
|
@ -1265,6 +1265,7 @@ class GenericIE(InfoExtractor):
|
||||||
# Facebook <iframe> embed
|
# Facebook <iframe> embed
|
||||||
{
|
{
|
||||||
'url': 'https://www.hostblogger.de/blog/archives/6181-Auto-jagt-Betonmischer.html',
|
'url': 'https://www.hostblogger.de/blog/archives/6181-Auto-jagt-Betonmischer.html',
|
||||||
|
'md5': 'fbcde74f534176ecb015849146dd3aee',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': '599637780109885',
|
'id': '599637780109885',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
|
@ -1274,6 +1275,7 @@ class GenericIE(InfoExtractor):
|
||||||
# Facebook API embed
|
# Facebook API embed
|
||||||
{
|
{
|
||||||
'url': 'http://www.lothype.com/blue-stars-2016-preview-standstill-full-show/',
|
'url': 'http://www.lothype.com/blue-stars-2016-preview-standstill-full-show/',
|
||||||
|
'md5': 'a47372ee61b39a7b90287094d447d94e',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': '10153467542406923',
|
'id': '10153467542406923',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
|
@ -1283,6 +1285,7 @@ class GenericIE(InfoExtractor):
|
||||||
# Wordpress "YouTube Video Importer" plugin
|
# Wordpress "YouTube Video Importer" plugin
|
||||||
{
|
{
|
||||||
'url': 'http://www.lothype.com/blue-devils-drumline-stanford-lot-2016/',
|
'url': 'http://www.lothype.com/blue-devils-drumline-stanford-lot-2016/',
|
||||||
|
'md5': 'd16797741b560b485194eddda8121b48',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': 'HNTXWDXV9Is',
|
'id': 'HNTXWDXV9Is',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
|
|
Loading…
Reference in a new issue