[newgrounds] set error status when failed to extract post (#8654)

This commit is contained in:
Mike Fährmann
2025-12-07 17:10:06 +01:00
parent b5712e7959
commit 526a42a04d

View File

@@ -88,6 +88,7 @@ class NewgroundsExtractor(Extractor):
text.nameext_from_url(url, post) text.nameext_from_url(url, post)
yield Message.Url, url, post yield Message.Url, url, post
else: else:
self.status |= 1
self.log.warning( self.log.warning(
"Unable to get download URL for '%s'", post_url) "Unable to get download URL for '%s'", post_url)