From 27ecdfad746fcc85b535c9a548810efbad87e5b2 Mon Sep 17 00:00:00 2001 From: ducklet Date: Tue, 10 Nov 2020 21:36:13 +0100 Subject: [PATCH] urlinfo:imdb: allow TVSeries linked data type --- hotdog/command/urlinfo_/imdb.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hotdog/command/urlinfo_/imdb.py b/hotdog/command/urlinfo_/imdb.py index 571e82e..1e75825 100644 --- a/hotdog/command/urlinfo_/imdb.py +++ b/hotdog/command/urlinfo_/imdb.py @@ -121,6 +121,7 @@ async def extractor(info): assert ld["@context"] == "http://schema.org" and ld["@type"] in ( "Movie", "CreativeWork", + "TVSeries", ) creators = []