]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/weiqitv.py
[ie/crunchyroll] Fix stream extraction (#10005)
[yt-dlp.git] / yt_dlp / extractor / weiqitv.py
index 7e0befd3922b15194fbcf5e142419c1c62ae46c3..89e4856ca190e71021d1d7431c4714ab85f2f4f0 100644 (file)
@@ -1,10 +1,8 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
 from .common import InfoExtractor
 
 
 class WeiqiTVIE(InfoExtractor):
+    _WORKING = False
     IE_DESC = 'WQTV'
     _VALID_URL = r'https?://(?:www\.)?weiqitv\.com/index/video_play\?videoId=(?P<id>[A-Za-z0-9]+)'