From 260d540750a3b9d33b6ae8a781e89cc296174bf6 Mon Sep 17 00:00:00 2001 From: Vitiko <59455966+vitiko98@users.noreply.github.com> Date: Tue, 23 Feb 2021 07:50:36 -0400 Subject: [PATCH] Fix KeyError for Argenteam Provider --- libs/subliminal_patch/providers/argenteam.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libs/subliminal_patch/providers/argenteam.py b/libs/subliminal_patch/providers/argenteam.py index 2945104fc..6d72d7529 100644 --- a/libs/subliminal_patch/providers/argenteam.py +++ b/libs/subliminal_patch/providers/argenteam.py @@ -197,6 +197,9 @@ class ArgenteamProvider(Provider, ProviderSubtitleArchiveMixin): if not content: continue + if not content.get("releases"): + continue + imdb_id = year = None returned_title = title if not is_episode and "info" in content: