I have a page that contains some links to .mp3/.wav files in that format
<a href="http://siteName/subfolder/filename.mp3">File Name</a>
what I need to make a script that will download all these files instead of downloading them my self
I know that I can use regular expression to do some thing like that but i don't know how ? and what is the best choose to do that (Java , C# , JavaScript) ?
Any help will be appreciated
Thanks in Advance