[rule34us] fix extraction (#6289)

This commit is contained in:
Mike Fährmann
2024-10-07 08:10:08 +02:00
parent 02ca1ac602
commit b64bede9ae

View File

@@ -36,8 +36,10 @@ class Rule34usExtractor(BooruExtractor):
"score" : text.extract(extr('Score: ', '> - <'), ">", "<")[0],
"width" : extr('Size: ', 'w'),
"height" : extr(' x ', 'h'),
"" : extr('</script>', '</div></center>'),
"file_url": extr(' src="', '"'),
}
del post[""]
url = post["file_url"]
if "//video-cdn1." in url: