new 'nsfw' Video attribute
This commit is contained in:
parent
ba257b41da
commit
35c0c7385b
3 changed files with 6 additions and 3 deletions
|
|
@ -34,7 +34,8 @@ class VideoPage(PornPage):
|
|||
|
||||
self.video = Video(self.get_id(),
|
||||
self.get_title(),
|
||||
self.get_url())
|
||||
self.get_url(),
|
||||
nsfw=True)
|
||||
|
||||
self.set_details(self.video)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue