Follow-up Comment #1, bug #45801 (project wget):

There are --accept-regex and --reject-regex.

For your example below you could use
wget -e robots=off -r --regex-type=pcre --accept-regex
'(20151027/$|Scrolling_Survival_Turn_)' --reject-regex ";+"
http://replays.wesnoth.org/1.12/

1. --reject-regex ";+" skips these 'sorting' URLs
2. --accept-regex makes Wget just look into subdir 20151027 and from there
just download URLs containing 'Scrolling_Survival_Turn_'

Note that for --regex-type=pcre you need PCRE compiled in (just try it out),
else you could use POSIX regexes.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45801>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


Reply via email to