diff options
Diffstat (limited to 'gallery_dl/extractor/rule34us.py')
| -rw-r--r-- | gallery_dl/extractor/rule34us.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/extractor/rule34us.py b/gallery_dl/extractor/rule34us.py index cf70ccc..60c1c35 100644 --- a/gallery_dl/extractor/rule34us.py +++ b/gallery_dl/extractor/rule34us.py @@ -36,7 +36,7 @@ class Rule34usExtractor(BooruExtractor): "score" : text.extract(extr('Score: ', '> - <'), ">", "<")[0], "width" : extr('Size: ', 'w'), "height" : extr(' x ', 'h'), - "file_url": extr(' src="', '"'), + "file_url": extr('<source src="', '"') or extr('<img src="', '"'), } url = post["file_url"] |
