mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 19:52:40 +01:00
[bliptv] Add test with missing duration
This commit is contained in:
parent
9441f77faa
commit
530857182d
@ -102,6 +102,20 @@ class BlipTVIE(InfoExtractor):
|
|||||||
'vcodec': 'none',
|
'vcodec': 'none',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
# missing duration
|
||||||
|
'url': 'http://blip.tv/rss/flash/6700880',
|
||||||
|
'info_dict': {
|
||||||
|
'id': '6684191',
|
||||||
|
'ext': 'm4v',
|
||||||
|
'title': 'Cowboy Bebop: Gateway Shuffle Review',
|
||||||
|
'description': 'md5:3acc480c0f9ae157f5fe88547ecaf3f8',
|
||||||
|
'timestamp': 1386639757,
|
||||||
|
'upload_date': '20131210',
|
||||||
|
'uploader': 'sfdebris',
|
||||||
|
'uploader_id': '706520',
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
Loading…
Reference in New Issue
Block a user