[newgrounds] add fallback for 'full_image_text' with empty 'src'
This commit is contained in:
@@ -224,6 +224,10 @@ class NewgroundsExtractor(Extractor):
|
|||||||
"width" : text.parse_int(full('width="', '"')),
|
"width" : text.parse_int(full('width="', '"')),
|
||||||
"height" : text.parse_int(full('height="', '"')),
|
"height" : text.parse_int(full('height="', '"')),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if not data["url"]:
|
||||||
|
data["url"] = extr('<a href="', '"')
|
||||||
|
|
||||||
index = data["url"].rpartition("/")[2].partition("_")[0]
|
index = data["url"].rpartition("/")[2].partition("_")[0]
|
||||||
data["index"] = text.parse_int(index)
|
data["index"] = text.parse_int(index)
|
||||||
data["_index"] = index
|
data["_index"] = index
|
||||||
|
|||||||
Reference in New Issue
Block a user