I would like to retrieve all .html files from a website that has a certain text on its name:
eg. this_is_good_site.html
So, I would like to download .html files with a word "good" on its name. I tried wget and curl, but I did not understand how can I choose those files using a regular expression? Is there a Python or Perl solution, if command line tools on Unix can't do this?