Adding release info to bsplayer and subdvix providers

This commit is contained in:
German Gutierrez 2020-01-18 12:59:14 +01:00
parent 22ce5dc450
commit 304ee8766c
2 changed files with 8 additions and 0 deletions

View File

@ -44,6 +44,10 @@ class BSPlayerSubtitle(Subtitle):
def id(self):
return self.page_link
@property
def release_info(self):
return self.filename
def get_matches(self, video):
matches = set()

View File

@ -35,6 +35,10 @@ class SubdivxSubtitle(Subtitle):
def id(self):
return self.page_link
@property
def release_info(self):
return self.description
def get_matches(self, video):
matches = set()