[pornhub:uservideos] Add missing raise
This commit is contained in:
parent
cd138d8bd4
commit
9edcdac90c
1 changed files with 1 additions and 0 deletions
|
@ -299,6 +299,7 @@ class PornHubUserVideosIE(PornHubPlaylistBaseIE):
|
|||
except ExtractorError as e:
|
||||
if isinstance(e.cause, compat_HTTPError) and e.cause.code == 404:
|
||||
break
|
||||
raise
|
||||
page_entries = self._extract_entries(webpage)
|
||||
if not page_entries:
|
||||
break
|
||||
|
|
Loading…
Reference in a new issue