mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-23 20:15:34 +08:00
Add test for fallback after _parse_jwplayer_data fails
This commit is contained in:
parent
695c672e99
commit
ecf6f49f7e
@ -2069,6 +2069,20 @@ class GenericIE(InfoExtractor):
|
|||||||
},
|
},
|
||||||
'skip': 'TODO: fix nested playlists processing in tests',
|
'skip': 'TODO: fix nested playlists processing in tests',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
# Test for fallback after _parse_jwplayer_data fails
|
||||||
|
# See https://github.com/rg3/youtube-dl/pull/16735
|
||||||
|
'url': 'http://www.anime1.com/watch/nichijou/episode-1',
|
||||||
|
'info_dict': {
|
||||||
|
'id': '[HorribleSubs] Nichijou - 01 [480p]_a1_BRK',
|
||||||
|
'title': 'Nichijou - Episode 1',
|
||||||
|
'ext': 'mp4',
|
||||||
|
'uploader': 'www.anime1.com',
|
||||||
|
},
|
||||||
|
'params': {
|
||||||
|
'skip_download': True,
|
||||||
|
}
|
||||||
|
},
|
||||||
# {
|
# {
|
||||||
# # TODO: find another test
|
# # TODO: find another test
|
||||||
# # http://schema.org/VideoObject
|
# # http://schema.org/VideoObject
|
||||||
|
Loading…
Reference in New Issue
Block a user