[gelbooru_v01] fix 'source' (#4302)

This commit is contained in:
ncaat
2023-07-14 12:53:24 +02:00
committed by GitHub
parent 1137b89ed4
commit 75757c4ace

View File

@@ -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="', '"'),