1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 02:32:33 +01:00

[rule34us] fix extraction (#6289)

This commit is contained in:
Mike Fährmann 2024-10-07 08:10:08 +02:00
parent 02ca1ac602
commit b64bede9ae
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

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: