Fixed bad protocol for Argenteam provider

pull/1371/head
Vitiko 3 years ago committed by GitHub
parent 3a71d6b062
commit 940b6428dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save