]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/tviplayer.py
[cleanup] Misc (#5044)
[yt-dlp.git] / yt_dlp / extractor / tviplayer.py
index f60cfb050ebf98d56c962102311436fb4427fc15..7e9b04d55b4314a1f9b8b8e4f154d6454dadd4e7 100644 (file)
@@ -62,7 +62,7 @@ def _real_extract(self, url):
         webpage = self._download_webpage(url, video_id)
 
         json_data = self._search_json(
-            r'<script>\s*jsonData\s*=\s*', webpage, 'json_data', video_id)
+            r'<script>\s*jsonData\s*=', webpage, 'json_data', video_id)
 
         formats, subtitles = self._extract_m3u8_formats_and_subtitles(
             f'{json_data["videoUrl"]}?wmsAuthSign={self.wms_auth_sign_token}',