marklieberman / downloadstar

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

Allow several filters at once (seperated by comma or semicolon) #41

Closed BodoBurger closed 6 years ago

BodoBurger commented 6 years ago

I do not know if I am missing something, but I suggest simple filtering for several file extensions at once is a sensible feature. Something like ".pdf; .doc" should select all PDFs and word files.

rathel commented 6 years ago

I agree with this.

marklieberman commented 6 years ago

\.(pdf|doc) with regex mode on the fast filter. Put as many items as you want separated by pipes.