zlacker

[return to "Show HN: If YouTube had actual channels"]
1. jeffhu+Mr[view] [source] 2024-08-14 17:54:16
>>hadisa+(OP)
Also works on localhost, run these commands:

`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

:)

◧◩
2. stevem+hq1[view] [source] 2024-08-15 01:57:21
>>jeffhu+Mr
Even better, host it on github pages - then you mirror the code too https://stevemk14ebr.github.io/YTCH/ . Author, how do generate the list
[go to top]