I want to download all mp3 files in the website (even in root folder and sublinks).
For example i want to download all .mp3 links from the "http://example.org/musics/" and all sub-links.
How i cand do this?
thank you
I think you should be using wget.
wget -r -A "*.mp3" http://example.org/musics/