marklieberman / downloadstar

Download all items in a webpage that match a pattern
GNU General Public License v3.0
90 stars 16 forks source link

Include links from CSS #66

Closed martin-rueegg closed 4 years ago

martin-rueegg commented 5 years ago

Currently, background images are not shown in the list. CSS (in files or inline with the style attribute) should be scanned too.

<div style="background-image: url(&quot;https://example.com/some/image.jpg&quot;); background-position: 50% 50%; background-size: auto 100%;"></div>

Version: 2.0.2

OkanEsen commented 5 years ago

This should already work via "Show media from plain-text".