From 77fb1cef0cb9302ac94482744802fca3bc692d99 Mon Sep 17 00:00:00 2001 From: Ganden Schaffner Date: Sat, 10 Aug 2019 12:42:02 -0700 Subject: [PATCH] [redbulltv] Add user message on failing to dl/locate response cache --- youtube_dl/extractor/redbulltv.py | 1 + 1 file changed, 1 insertion(+) diff --git a/youtube_dl/extractor/redbulltv.py b/youtube_dl/extractor/redbulltv.py index 59f705b05..acb16bb18 100644 --- a/youtube_dl/extractor/redbulltv.py +++ b/youtube_dl/extractor/redbulltv.py @@ -101,6 +101,7 @@ class RedBullTVIE(InfoExtractor): self.to_screen('Waiting before redownloading webpage') time.sleep(2) else: + self.to_screen('Failed to download/locate response cache. Wait a few seconds and try running the command again.') raise # select the key that includes the string 'pageConfig'