]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/gazeta.py
[ie/crunchyroll] Fix stream extraction (#10005)
[yt-dlp.git] / yt_dlp / extractor / gazeta.py
index c6868a6722c435d2e7dfb16005db598af93aeb29..8925b69fd158a88481ed369634d3063895e2bf79 100644 (file)
@@ -2,6 +2,7 @@
 
 
 class GazetaIE(InfoExtractor):
+    _WORKING = False
     _VALID_URL = r'(?P<url>https?://(?:www\.)?gazeta\.ru/(?:[^/]+/)?video/(?:main/)*(?:\d{4}/\d{2}/\d{2}/)?(?P<id>[A-Za-z0-9-_.]+)\.s?html)'
     _TESTS = [{
         'url': 'http://www.gazeta.ru/video/main/zadaite_vopros_vladislavu_yurevichu.shtml',