projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27ace98
)
fix exception
author
Erik Johnson
<palehose@gmail.com>
Wed, 30 Jul 2014 20:30:07 +0000
(15:30 -0500)
committer
Erik Johnson
<palehose@gmail.com>
Wed, 30 Jul 2014 20:30:07 +0000
(15:30 -0500)
youtube_dl/extractor/patreon.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/patreon.py
b/youtube_dl/extractor/patreon.py
index da1ad065a15f7b55fd0a697b278fea2961b02e71..4efb18d6c831d79d8cd1ba9a80a1a9bd1740703d 100644
(file)
--- a/
youtube_dl/extractor/patreon.py
+++ b/
youtube_dl/extractor/patreon.py
@@
-122,6
+122,6
@@
class PatreonIE(InfoExtractor):
parser = PatreonHTMLParser()
parser.get_creation_info(info_page)
if not parser.creation_info.get('url'):
- raise Extract
ion
Error('Unable to retrieve creation URL')
+ raise Extract
or
Error('Unable to retrieve creation URL')
ret.update(parser.creation_info)
return ret