Sergey M․
8 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
0 deletions
-
youtube_dl/extractor/pornhub.py
|
|
@ -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 |
|
|
|