]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/kelbyone.py
[cleanup] Add more ruff rules (#10149)
[yt-dlp.git] / yt_dlp / extractor / kelbyone.py
index 2ca9ad426177b5f46fb43101cbd56c28ff14ea7c..0ac0c5eabc6504091ffef251ad60372d5e3a05ab 100644 (file)
@@ -3,6 +3,7 @@
 
 
 class KelbyOneIE(InfoExtractor):
+    _WORKING = False
     _VALID_URL = r'https?://members\.kelbyone\.com/course/(?P<id>[^$&?#/]+)'
 
     _TESTS = [{
@@ -23,7 +24,7 @@ class KelbyOneIE(InfoExtractor):
                 'duration': 90,
                 'upload_date': '20201001',
             },
-        }]
+        }],
     }]
 
     def _entries(self, playlist):