[newgrounds] catch general Exceptions

This commit is contained in:
Mike Fährmann
2020-03-18 02:17:43 +01:00
parent 32e36d8f02
commit ae2a33243b

View File

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