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 :)
This commit is contained in:
josdion 2020-03-19 12:03:07 +02:00
parent c6355be1bd
commit 13bf1b7a76
1 changed files with 0 additions and 2 deletions

View File

@ -61,8 +61,6 @@ class YavkaNetSubtitle(Subtitle):
matches.add('hash') matches.add('hash')
matches |= guess_matches(video, guessit(self.filename, {'type': self.type})) matches |= guess_matches(video, guessit(self.filename, {'type': self.type}))
matches.add(id(self))
return matches return matches