]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/skynewsarabia.py
[ie/crunchyroll] Fix stream extraction (#10005)
[yt-dlp.git] / yt_dlp / extractor / skynewsarabia.py
index 6264b04bb352e2bf7b0f807284fa7c4f1c6bcb8f..867782778bee5a12e0cdfe80272f468ff5dcc1d4 100644 (file)
@@ -38,6 +38,7 @@ def _extract_video_info(self, video_data):
 
 
 class SkyNewsArabiaIE(SkyNewsArabiaBaseIE):
+    _WORKING = False
     IE_NAME = 'skynewsarabia:video'
     _VALID_URL = r'https?://(?:www\.)?skynewsarabia\.com/web/video/(?P<id>[0-9]+)'
     _TEST = {
@@ -64,6 +65,7 @@ def _real_extract(self, url):
 
 
 class SkyNewsArabiaArticleIE(SkyNewsArabiaBaseIE):
+    _WORKING = False
     IE_NAME = 'skynewsarabia:article'
     _VALID_URL = r'https?://(?:www\.)?skynewsarabia\.com/web/article/(?P<id>[0-9]+)'
     _TESTS = [{