urlinfo:imdb: allow TVSeries linked data type
This commit is contained in:
parent
12c08f1026
commit
27ecdfad74
1 changed files with 1 additions and 0 deletions
|
|
@ -121,6 +121,7 @@ async def extractor(info):
|
||||||
assert ld["@context"] == "http://schema.org" and ld["@type"] in (
|
assert ld["@context"] == "http://schema.org" and ld["@type"] in (
|
||||||
"Movie",
|
"Movie",
|
||||||
"CreativeWork",
|
"CreativeWork",
|
||||||
|
"TVSeries",
|
||||||
)
|
)
|
||||||
|
|
||||||
creators = []
|
creators = []
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue