]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/bfi.py
[ie/crunchyroll] Fix stream extraction (#10005)
[yt-dlp.git] / yt_dlp / extractor / bfi.py
index 76f0516a4dcd1866ea79eb15bf9e166590b63c1a..a6ebfedffd1e8648ba49e5ccc83bbf91f77355a5 100644 (file)
@@ -5,6 +5,7 @@
 
 
 class BFIPlayerIE(InfoExtractor):
+    _WORKING = False
     IE_NAME = 'bfi:player'
     _VALID_URL = r'https?://player\.bfi\.org\.uk/[^/]+/film/watch-(?P<id>[\w-]+)-online'
     _TEST = {