Download multi files recursive with Wget

When you want to download .ROM files from a webarchive, use this syntax with wget.

First go to the folder where you want the downloaded files to be downloaded. Then open a terminal and then type:

wget http://www.website.com/index2.htm -R "*.ROM" -r