mirror of https://github.com/yt-dlp/yt-dlp.git
[generic] Fix dbtv test (Closes #10364)
This commit is contained in:
parent
b0d578ff7b
commit
fd3ec986a4
|
@ -1390,6 +1390,10 @@ class GenericIE(InfoExtractor):
|
|||
{
|
||||
# DBTV embeds
|
||||
'url': 'http://www.dagbladet.no/2016/02/23/nyheter/nordlys/ski/troms/ver/43254897/',
|
||||
'info_dict': {
|
||||
'id': '43254897',
|
||||
'title': 'Etter ett års planlegging, klaffet endelig alt: - Jeg måtte ta en liten dans',
|
||||
},
|
||||
'playlist_mincount': 3,
|
||||
},
|
||||
# {
|
||||
|
|
Loading…
Reference in New Issue