rhadamanthe / host-grabber-pp

A web extension, originally designed for Firefox, to find and download media files from various hosts.
MIT License
16 stars 6 forks source link

Add a new menu to download direct images #57

Closed rhadamanthe closed 5 years ago

rhadamanthe commented 5 years ago

It means finding all the images: //*[local-name()='img']/@src

rhadamanthe commented 5 years ago

Make sure to handle images whose URL end with <width>x<height> (e.g. 240x158), as seen on Wordpress and other web sites.