Fixed bad protocol for Argenteam provider

This commit is contained in:
Vitiko 2021-04-01 22:39:09 -04:00 committed by GitHub
parent 3a71d6b062
commit 940b6428dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,