mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-03 00:48:00 +09:00
[roosterteeth] Added test case for ability to download bonus episodes
This commit is contained in:
parent
3dd445217b
commit
319395a7dd
@ -30,6 +30,19 @@ class RoosterTeethIE(InfoExtractor):
|
|||||||
'series': 'Million Dollars, But...',
|
'series': 'Million Dollars, But...',
|
||||||
'episode': 'Million Dollars, But... The Game Announcement',
|
'episode': 'Million Dollars, But... The Game Announcement',
|
||||||
},
|
},
|
||||||
|
}, {
|
||||||
|
'url': 'https://roosterteeth.com/watch/rwby-bonus-25',
|
||||||
|
'md5': 'fe8d9d976b272c18a24fe7f1f5830084',
|
||||||
|
'info_dict': {
|
||||||
|
'id': '31',
|
||||||
|
'display_id': 'rwby-bonus-25',
|
||||||
|
'title': 'Volume 2, World of Remnant 3',
|
||||||
|
'description': 'md5:8d58d3270292ea11da00ea712bbfb009',
|
||||||
|
'episode': 'Volume 2, World of Remnant 3',
|
||||||
|
'channel_id': '92b6bb21-91d2-4b1b-bf95-3268fa0d9939',
|
||||||
|
'thumbnail': r're:^https?://.*\.(png|jpe?g)$',
|
||||||
|
'ext': 'mp4',
|
||||||
|
},
|
||||||
}, {
|
}, {
|
||||||
'url': 'http://achievementhunter.roosterteeth.com/episode/off-topic-the-achievement-hunter-podcast-2016-i-didn-t-think-it-would-pass-31',
|
'url': 'http://achievementhunter.roosterteeth.com/episode/off-topic-the-achievement-hunter-podcast-2016-i-didn-t-think-it-would-pass-31',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
|
Loading…
Reference in New Issue
Block a user