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

Invalid path pattern when it contains a dot #23

Closed rhadamanthe closed 6 years ago

rhadamanthe commented 6 years ago

Consider the following path pattern: [^"/.]+ IG ++ generates an invalid regular expression. In fact, it should only replace .*, .+, and .{\\d.

The consequence is that Imgbox cannot be supported at the moment.