]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/godtube.py
[cleanup] Mark broken and remove dead extractors (#9238)
[yt-dlp.git] / yt_dlp / extractor / godtube.py
index 697540155a3e26bcbcbd8bed5cbcaa5f3124d047..35fb7a9c97e474727383eaa33c9066bfd561792a 100644 (file)
@@ -6,6 +6,7 @@
 
 
 class GodTubeIE(InfoExtractor):
+    _WORKING = False
     _VALID_URL = r'https?://(?:www\.)?godtube\.com/watch/\?v=(?P<id>[\da-zA-Z]+)'
     _TESTS = [
         {