From 6a53f36713237d75b10010a0e30ceffc4b64f0ec Mon Sep 17 00:00:00 2001 From: dirkf Date: Fri, 3 Feb 2023 01:49:09 +0000 Subject: [PATCH] Again --- youtube_dl/extractor/recurbate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/recurbate.py b/youtube_dl/extractor/recurbate.py index 73b6678c9..eb77cc722 100644 --- a/youtube_dl/extractor/recurbate.py +++ b/youtube_dl/extractor/recurbate.py @@ -23,7 +23,7 @@ class RecurbateIE(InfoExtractor): } @staticmethod - def raise_login_required(msg='Login required: use --cookies to pass your browser's login cookie, or try again later'): + def raise_login_required(msg="Login required: use --cookies to pass your browser's login cookie, or try again later"): raise ExtractorError(msg, expected=True) def _real_extract(self, url):