From 23e847290bc5353cf3b6e21a1e81880cfc17e31d Mon Sep 17 00:00:00 2001 From: Vitiko Date: Tue, 26 Apr 2022 21:21:20 -0400 Subject: [PATCH] Legendasdivx provider: improve subtitles ID consistency --- libs/subliminal_patch/providers/legendasdivx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/subliminal_patch/providers/legendasdivx.py b/libs/subliminal_patch/providers/legendasdivx.py index f965d7f9d..c182b8fcd 100644 --- a/libs/subliminal_patch/providers/legendasdivx.py +++ b/libs/subliminal_patch/providers/legendasdivx.py @@ -47,7 +47,7 @@ class LegendasdivxSubtitle(Subtitle): @property def id(self): - return self.page_link + return f"legendasdivx_{self.video.imdb_id}_{self.release_info}_{self.uploader}" def get_matches(self, video): matches = set()