better handle IDs in video backends, enhance user interaction
This commit is contained in:
parent
a9c8c93965
commit
2b93eec3c9
16 changed files with 228 additions and 214 deletions
|
|
@ -49,7 +49,7 @@ class BaseVideo(object):
|
|||
|
||||
@property
|
||||
def page_url(self):
|
||||
return self.id2url(self.id)
|
||||
return self.id2url(self.id.split(':')[1])
|
||||
|
||||
|
||||
class ICapVideoProvider(ICap):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue