`wget -r -np -k https://ytch.xyz` - downloads the website recursively
`wget https://ytch.xyz/list.json` - download the list of what every channel plays and will play (I'm not sure if this ever really changes. The real website adds ?t=<time since epoch in ms>)
Then for instance run `python3 -m http.server` and visit localhost:8000
:)
I'm curious, do you generate that list on-the-fly, based on the current time/day? Or is it more static?