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
|
|
@ -32,7 +32,7 @@ class VideoPage(PornPage):
|
|||
if not PornPage.on_loaded(self):
|
||||
return
|
||||
|
||||
self.video = YoupornVideo(self.get_id(),
|
||||
self.video = YoupornVideo('youporn:%d' % self.get_id(),
|
||||
self.get_title(),
|
||||
self.get_url(),
|
||||
nsfw=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue