projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd138d8
)
[pornhub:uservideos] Add missing raise
author
Sergey M․
<dstftw@gmail.com>
Sun, 4 Jun 2017 13:39:55 +0000
(20:39 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 4 Jun 2017 13:39:55 +0000
(20:39 +0700)
youtube_dl/extractor/pornhub.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/pornhub.py
b/youtube_dl/extractor/pornhub.py
index d90c6ce1adc8cabd3a9e3a4229e02b0bbcc41182..e032817f2c18634561dda71f786782373c0b38f8 100644
(file)
--- a/
youtube_dl/extractor/pornhub.py
+++ b/
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