From 319395a7ddda830d537c613c9ab0ab3da72c5b72 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sat, 11 Jan 2020 17:44:18 +0100 Subject: [PATCH] [roosterteeth] Added test case for ability to download bonus episodes --- youtube_dl/extractor/roosterteeth.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/youtube_dl/extractor/roosterteeth.py b/youtube_dl/extractor/roosterteeth.py index e434e1fab..5955e1543 100644 --- a/youtube_dl/extractor/roosterteeth.py +++ b/youtube_dl/extractor/roosterteeth.py @@ -30,6 +30,19 @@ class RoosterTeethIE(InfoExtractor): 'series': 'Million Dollars, But...', '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', 'only_matching': True,