mirror of https://github.com/yt-dlp/yt-dlp.git
[generic] Add test for screenwavemedia embed
This commit is contained in:
parent
efd712c69b
commit
1f8125805e
|
@ -1002,6 +1002,16 @@ class GenericIE(InfoExtractor):
|
||||||
'description': 'New experience with Acrobat DC',
|
'description': 'New experience with Acrobat DC',
|
||||||
'duration': 248.667,
|
'duration': 248.667,
|
||||||
},
|
},
|
||||||
|
},
|
||||||
|
# ScreenwaveMedia embed
|
||||||
|
{
|
||||||
|
'url': 'http://www.thecinemasnob.com/the-cinema-snob/a-nightmare-on-elm-street-2-freddys-revenge1',
|
||||||
|
'md5': '24ace5baba0d35d55c6810b51f34e9e0',
|
||||||
|
'info_dict': {
|
||||||
|
'id': 'cinemasnob-55d26273809dd',
|
||||||
|
'ext': 'mp4',
|
||||||
|
'title': 'cinemasnob',
|
||||||
|
},
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue