diff --git a/hotdog/command/urlinfo_/imdb.py b/hotdog/command/urlinfo_/imdb.py index 14b9aa9..a2a9421 100644 --- a/hotdog/command/urlinfo_/imdb.py +++ b/hotdog/command/urlinfo_/imdb.py @@ -101,7 +101,7 @@ async def extractor(info): return 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", "CreativeWork", "TVSeries",