dt.iki.fi

1 post is tagged "download"

Download all files of (a) certain type(s) from a website

If you get a "Forbidden" error for certain folders, it might help to start at the root of the site. wget --recursive --no-directories --level=2 --accept pls,PLS,m3u,M3U \ --reject "*32.pls","*24.pls" \ http://somafm.com/ ; rm robots.txt This will download all playlists for all soma.fm radio stations.....