marklieberman / downloadstar

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

Add support for links in <area> tags #61

Closed aroskuski closed 5 years ago

aroskuski commented 5 years ago

<area> is a tag that looks and works broadly similarly to <a> but is used to define regions in an image map rather than a normal link. They're much less common, but I've recently run into a few of them in the wild which motivated this PR.

marklieberman commented 5 years ago

Thank you for the PR.