urlinfo:imdb: allow TVSeries linked data type

This commit is contained in:
ducklet 2020-11-10 21:36:13 +01:00
parent 12c08f1026
commit 27ecdfad74

View file

@ -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 = []