mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 10:42:34 +01:00
commit
e40b90e137
@ -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…
Reference in New Issue
Block a user