Sergey M․
8 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
2 additions and
1 deletions
-
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, |
|
|
|