Search code examples
linuxubuntuwgethttrack

linux - how to download .mp3 files whole site?


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


Solution

  • I think you should be using wget.

    wget -r -A "*.mp3" http://example.org/musics/