mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-03 03:40:20 +00:00
[vbox7] Skip malformed JSON-LD (closes #11501)
This commit is contained in:
parent
bfa1073e11
commit
ae806db628
@ -89,7 +89,8 @@ class Vbox7IE(InfoExtractor):
|
||||
|
||||
if webpage:
|
||||
info = self._search_json_ld(
|
||||
webpage.replace('"/*@context"', '"@context"'), video_id)
|
||||
webpage.replace('"/*@context"', '"@context"'), video_id,
|
||||
fatal=False)
|
||||
|
||||
info.update({
|
||||
'id': video_id,
|
||||
|
Loading…
Reference in New Issue
Block a user