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. rnewme+fJ[view] [source] 2024-08-14 19:51:01
>>jeffhu+Mr
JSON looks like tinydb
◧◩◪
3. jeffhu+qf2[view] [source] 2024-08-15 13:17:44
>>rnewme+fJ
Or a PHP application returning an array as a JSON object
[go to top]