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: