From b64bede9ae2e5af894c5ac0c5effd1161ff49e61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Mon, 7 Oct 2024 08:10:08 +0200 Subject: [PATCH] [rule34us] fix extraction (#6289) --- gallery_dl/extractor/rule34us.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gallery_dl/extractor/rule34us.py b/gallery_dl/extractor/rule34us.py index cf70cccb..30749eed 100644 --- a/gallery_dl/extractor/rule34us.py +++ b/gallery_dl/extractor/rule34us.py @@ -36,8 +36,10 @@ class Rule34usExtractor(BooruExtractor): "score" : text.extract(extr('Score: ', '> - <'), ">", "<")[0], "width" : extr('Size: ', 'w'), "height" : extr(' x ', 'h'), + "" : extr('', ''), "file_url": extr(' src="', '"'), } + del post[""] url = post["file_url"] if "//video-cdn1." in url: