fix
This commit is contained in:
parent
d61d26dda9
commit
d5c4304099
2 changed files with 3 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ class VideoPage(PornPage):
|
|||
URL_REGEXP = re.compile("https?://[w\.]*youporn.com/watch/(\d+)/?.*")
|
||||
|
||||
def on_loaded(self):
|
||||
if not PornPage.loaded(self):
|
||||
if not PornPage.on_loaded(self):
|
||||
return
|
||||
|
||||
self.video = Video(self.get_id(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue