]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/rts.py
[ie/crunchyroll] Fix stream extraction (#10005)
[yt-dlp.git] / yt_dlp / extractor / rts.py
index 9f73d1811fa10964698fb411446e53d418929f6c..bce5cba82a289e045730b26fe1aa0b9d0eb66644 100644 (file)
@@ -13,6 +13,7 @@
 
 
 class RTSIE(SRGSSRIE):  # XXX: Do not subclass from concrete IE
+    _WORKING = False
     IE_DESC = 'RTS.ch'
     _VALID_URL = r'rts:(?P<rts_id>\d+)|https?://(?:.+?\.)?rts\.ch/(?:[^/]+/){2,}(?P<id>[0-9]+)-(?P<display_id>.+?)\.html'