]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/unity.py
[ie/crunchyroll] Fix stream extraction (#10005)
[yt-dlp.git] / yt_dlp / extractor / unity.py
index d1b0ecbf38c5d99a6b876dda1e358a3532dd5d6a..6d8bc05939f61861dd3b3ca1433967c12b0aa2dd 100644 (file)
@@ -3,6 +3,7 @@
 
 
 class UnityIE(InfoExtractor):
+    _WORKING = False
     _VALID_URL = r'https?://(?:www\.)?unity3d\.com/learn/tutorials/(?:[^/]+/)*(?P<id>[^/?#&]+)'
     _TESTS = [{
         'url': 'https://unity3d.com/learn/tutorials/topics/animation/animate-anything-mecanim',