summaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/newgrounds.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2020-03-28 23:01:51 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2020-03-28 23:01:51 -0400
commite4887ae6b00c50fbbde531cc274c77b076bd821d (patch)
tree051849d0ce8ed35aa229ba828a2dfe1faf10c5c0 /gallery_dl/extractor/newgrounds.py
parente8cc000750de972384f2f34d02d42222b4018ae9 (diff)
New upstream version 1.13.3upstream/1.13.3
Diffstat (limited to 'gallery_dl/extractor/newgrounds.py')
-rw-r--r--gallery_dl/extractor/newgrounds.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/extractor/newgrounds.py b/gallery_dl/extractor/newgrounds.py
index 21afeae..1f10319 100644
--- a/gallery_dl/extractor/newgrounds.py
+++ b/gallery_dl/extractor/newgrounds.py
@@ -38,7 +38,7 @@ class NewgroundsExtractor(Extractor):
try:
post = self.extract_post(post_url)
url = post.get("url")
- except OSError:
+ except Exception:
url = None
if url: