]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/bet.py
[cleanup] Remove dead extractors (#8604)
[yt-dlp.git] / yt_dlp / extractor / bet.py
index 6b867d135f834cc86928f7c086adb0ea8b9edcdc..cbf3dd0824e733186f6032cd7a81a1f7faa64225 100644 (file)
@@ -1,10 +1,9 @@
 from .mtv import MTVServicesInfoExtractor
 from ..utils import unified_strdate
 
-# TODO Remove - Reason: Outdated Site
-
 
 class BetIE(MTVServicesInfoExtractor):
+    _WORKING = False
     _VALID_URL = r'https?://(?:www\.)?bet\.com/(?:[^/]+/)+(?P<id>.+?)\.html'
     _TESTS = [
         {