]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/videofyme.py
[ie/crunchyroll] Fix stream extraction (#10005)
[yt-dlp.git] / yt_dlp / extractor / videofyme.py
index 7354326881bfa3052f67cd54bf7e8cb53d6fe002..f1f88c499a060676a2f835a32ac6da6fe3d46a7c 100644 (file)
@@ -6,6 +6,7 @@
 
 
 class VideofyMeIE(InfoExtractor):
+    _WORKING = False
     _VALID_URL = r'https?://(?:www\.videofy\.me/.+?|p\.videofy\.me/v)/(?P<id>\d+)(&|#|$)'
     IE_NAME = 'videofy.me'