1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-06-25 19:30:05 +02:00

[vbox7] Skip malformed JSON-LD (closes #11501)

This commit is contained in:
Sergey M․ 2016-12-21 22:39:05 +07:00
parent bfa1073e11
commit ae806db628
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D

View File

@ -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,