This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[vbox7] Skip malformed JSON-LD (
closes
#11501
)
totalwebcasting
Sergey M․
8 years ago
parent
bfa1073e11
commit
ae806db628
No known key found for this signature in database
GPG Key ID:
2C393E0F18A9236D
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
youtube_dl/extractor/vbox7.py
+ 2
- 1
youtube_dl/extractor/vbox7.py
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
,
Write
Preview
Loading…
Cancel
Save