From 13bf1b7a7639a1de7758452ebbe3ee0e02ade1f6 Mon Sep 17 00:00:00 2001 From: josdion Date: Thu, 19 Mar 2020 12:03:07 +0200 Subject: [PATCH] remove matches.add(id(self)) from get_matches remove matches.add(id(self)) from get_matches as this is an obvious mistake, that I copied from another provider :) --- libs/subliminal_patch/providers/yavkanet.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/subliminal_patch/providers/yavkanet.py b/libs/subliminal_patch/providers/yavkanet.py index 7763fefb4..8c2a51aa0 100644 --- a/libs/subliminal_patch/providers/yavkanet.py +++ b/libs/subliminal_patch/providers/yavkanet.py @@ -61,8 +61,6 @@ class YavkaNetSubtitle(Subtitle): matches.add('hash') matches |= guess_matches(video, guessit(self.filename, {'type': self.type})) - - matches.add(id(self)) return matches