Can a url filter be applied?

Issue #5 resolved
tso_security created an issue

Can a filter be put on the url that is specified?

For example, I don't want to download any url with the string "pic" in it.

Some sites put one picture at a url in the format of http://www.exampledomain.com/pic/1234

Cheers.

Comments (1)

  1. Matt Marx repo owner

    Hi tso,

    Done! You can supply a custom regex using --urlfilter and supplying a regex that you want filtered. This will override the existing regex.

    M

  2. Log in to comment