From 6d65c65647d673860ace608f714e076a97be965a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Sat, 16 Aug 2025 15:44:34 +0200 Subject: [PATCH] [newgrounds] add fallback for 'full_image_text' with empty 'src' --- gallery_dl/extractor/newgrounds.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gallery_dl/extractor/newgrounds.py b/gallery_dl/extractor/newgrounds.py index de96aa07..c42453fa 100644 --- a/gallery_dl/extractor/newgrounds.py +++ b/gallery_dl/extractor/newgrounds.py @@ -224,6 +224,10 @@ class NewgroundsExtractor(Extractor): "width" : text.parse_int(full('width="', '"')), "height" : text.parse_int(full('height="', '"')), } + + if not data["url"]: + data["url"] = extr('