Why don’t you want to visit ultimate guitar? Has it changed in the last ten years since I’ve used in last? It used to be great
So, my information may be outdated, but a given webpage is made up of:
- HTML - basic structure and content
- CSS - how it looks
- Scripting - interactive elements
You could probably fetch the basic parts of the page with wget or curl or something like that. But depending on how the media is obtained, you would likely have issues fetching the audio
JavaScript would be required if any of the media elements require AJAX to work (like the audio).
I don’t believe wget would do what you want