diff options
| -rw-r--r-- | youtube_dl/extractor/vbox7.py | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/youtube_dl/extractor/vbox7.py b/youtube_dl/extractor/vbox7.py index 7fb7574ad..429893e38 100644 --- a/youtube_dl/extractor/vbox7.py +++ b/youtube_dl/extractor/vbox7.py @@ -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, | 
