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

Simplify patterns definitions in the dictionary #17

Closed rhadamanthe closed 6 years ago

rhadamanthe commented 6 years ago

URL patterns cannot use dots for the moment, as the found links might include HTML tags. Currently, it is recommended to include [<&gt"] in the URL patterns when we search for a wildacard character. This is a little bit heavy.

By default, . should be replaced by this pattern. Those who really want to specify the real dot (any character) should use &dot.