mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-05 17:12:36 +00:00
[watchbox] Fix extraction (closes #16356)
This commit is contained in:
parent
3cc0d0b829
commit
a90a6b54ee
@ -69,7 +69,7 @@ class WatchBoxIE(InfoExtractor):
|
||||
|
||||
source = self._parse_json(
|
||||
self._search_regex(
|
||||
r'(?s)source\s*:\s*({.+?})\s*,\s*\n', webpage, 'source',
|
||||
r'(?s)source["\']?\s*:\s*({.+?})\s*[,}]', webpage, 'source',
|
||||
default='{}'),
|
||||
video_id, transform_source=js_to_json, fatal=False) or {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user