From 73f537ce18883d8d3f3337306368491ea2334cf7 Mon Sep 17 00:00:00 2001 From: ngld Date: Wed, 12 Aug 2015 21:42:41 +0200 Subject: [PATCH] [roosterteeth] Relax the thumbnail and URL checks --- youtube_dl/extractor/roosterteeth.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/youtube_dl/extractor/roosterteeth.py b/youtube_dl/extractor/roosterteeth.py index 631052824..8da542c3e 100644 --- a/youtube_dl/extractor/roosterteeth.py +++ b/youtube_dl/extractor/roosterteeth.py @@ -120,9 +120,9 @@ class RoosterteethIE(InfoExtractor): 'ext': 'mp4', 'title': 'Rage Quit - No Time to Explain', 'description': 'There\'s no time to explain this video.', - 'thumbnail': r're:^http://s3\.amazonaws\.com/cdn\.roosterteeth\.com/uploads/images/[a-f0-9-]+/md/[a-z0-9-]+\.jpeg$', + 'thumbnail': r're:^https?://.*\.jpeg$', 'protocol': 'm3u8_native', - 'url': r're:^http://[a-zA-Z0-9.]+\.taucdn\.net/[0-9a-zA-Z]+/video/uploads/videos/[0-9a-f-]+/[0-9A-Z]+\.m3u8$', + 'url': r're:^https?://[a-zA-Z0-9.]+\.taucdn\.net/.*\.m3u8$', } }, {