From 940b6428ddb744c46a35d6e547400b5e7238bada Mon Sep 17 00:00:00 2001 From: Vitiko <59455966+vitiko98@users.noreply.github.com> Date: Thu, 1 Apr 2021 22:39:09 -0400 Subject: [PATCH] Fixed bad protocol for Argenteam provider --- libs/subliminal_patch/providers/argenteam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/subliminal_patch/providers/argenteam.py b/libs/subliminal_patch/providers/argenteam.py index 6d72d7529..a02f71308 100644 --- a/libs/subliminal_patch/providers/argenteam.py +++ b/libs/subliminal_patch/providers/argenteam.py @@ -212,7 +212,7 @@ class ArgenteamProvider(Provider, ProviderSubtitleArchiveMixin): movie_kind = "episode" if is_episode else "movie" page_link = f"{BASE_URL}{movie_kind}/{aid}" release_info = self.combine_release_info(r) - download_link = s["uri"].replace("http", "https") + download_link = s["uri"].replace("http://", "https://") matches_ = self.get_query_matches( video,