[newgrounds] catch general Exceptions

pull/658/head
Mike Fährmann 5 years ago
parent 32e36d8f02
commit ae2a33243b
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -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:

Loading…
Cancel
Save