urlinfo:imdb: fix extractor
This commit is contained in:
parent
6dd7f77aae
commit
370ae8e19f
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ async def extractor(info):
|
||||||
return
|
return
|
||||||
|
|
||||||
ld = json.loads(parser.value)
|
ld = json.loads(parser.value)
|
||||||
assert ld["@context"] == "http://schema.org" and ld["@type"] in (
|
assert ld["@context"] == "https://schema.org" and ld["@type"] in (
|
||||||
"Movie",
|
"Movie",
|
||||||
"CreativeWork",
|
"CreativeWork",
|
||||||
"TVSeries",
|
"TVSeries",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue