bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] Multiple --accept-regex don't working


From: Nicolas Rodsevich
Subject: [Bug-wget] Multiple --accept-regex don't working
Date: Fri, 13 Sep 2013 13:34:12 -0300

I tried to use 2 --accept-regex directives, but Wget used just the last one, I 
had to combine both in order to have the job done.
Maybe this isn't a bug, but it would be nice to have Wget matching multiple 
regexs rather than combining them in just one directive.

First tried directives command:
--accept-regex '.*mod/resource/.*' --accept-regex '.*/mod_resource/content/.*'

Finally used regex:
--accept-regex '.*mod.*resource/.*'

Thank you all
                                          

reply via email to

[Prev in Thread] Current Thread [Next in Thread]