merge #4303: [gelbooru_v01] fix 'source' (#4302)

pull/4312/head
Mike Fährmann 1 year ago
commit e40b90e137
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -27,7 +27,7 @@ class GelbooruV01Extractor(booru.BooruExtractor):
"uploader" : extr('By: ', ' <'),
"width" : extr('Size: ', 'x'),
"height" : extr('', ' <'),
"source" : extr('Source: <a href="', '"'),
"source" : extr('Source: ', ' <'),
"rating" : (extr('Rating: ', '<') or "?")[0].lower(),
"score" : extr('Score: ', ' <'),
"file_url" : extr('<img alt="img" src="', '"'),

Loading…
Cancel
Save