]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/saitosan.py
[ie/crunchyroll] Fix stream extraction (#10005)
[yt-dlp.git] / yt_dlp / extractor / saitosan.py
index d2f60e92ffd3f6c92a30a4b5212aab0cc9f7e06d..a5f05e1d0593daf06310632b8c7e8cffe5d46527 100644 (file)
@@ -3,6 +3,7 @@
 
 
 class SaitosanIE(InfoExtractor):
+    _WORKING = False
     IE_NAME = 'Saitosan'
     _VALID_URL = r'https?://(?:www\.)?saitosan\.net/bview.html\?id=(?P<id>[0-9]+)'
     _TESTS = [{