]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/craftsy.py
[cleanup] Add more ruff rules (#10149)
[yt-dlp.git] / yt_dlp / extractor / craftsy.py
index 3a05ed48a92149ae5366f659bd14f79ffb324613..0d7d759ab7b71aa9c273808e2887a341c147e9f5 100644 (file)
@@ -56,7 +56,7 @@ def _real_extract(self, url):
             if not lessons and not has_access:
                 self.report_warning(
                     'Only extracting preview. For the full class, pass cookies '
-                    f'from an account that has access. {self._login_hint()}')
+                    f'from an account that has access. {self._login_hint()}')
             lessons.append({'video_id': preview_id})
 
         if not lessons and not has_access: