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 :)
pull/865/head
josdion 5 years ago
parent c6355be1bd
commit 13bf1b7a76

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

Loading…
Cancel
Save