I am wondering if there is any software available in OS X that can download all mp3s or specific type of file from a URL. For e.g. I have a url http://www.parweztv.com/Khan%20Adeeb/SURA-04/ and I want to grab all mp3 from this url instead of right clicking one by one and saving it.
Also wondering, if that can be done using wget or some terminal command in OS X?
wget -r -nd -l1 --no-parent -A mp3 http://www.parweztv.com/Khan%20Adeeb/SURA-04/
– Arsal Aug 03 '13 at 15:10