9 ms·
When a channel reaches the last video, list.json will be fetched to get an updated list of videos.
by hadisafa 2y ago
When a channel reaches the last video, list.json will be fetched to get an updated list of videos.
- jeffhuys 2y agoI see that you're the creator, I absolutely love what you made :) I'm curious, do you generate that list on-the-fly, based on the current time/day? Or is it more static?
- newswasboring 2y agoHow are you making this list? The thing I surprisingly miss about tv is that what to watch was someone else's problem. YouTube overwhelms me with choices, TV was simple, I liked maybe 4-5 channels and (I later realized) I was implicitly trusting them to have something good on. If I was allowed to dream, I imagine a world where that specialization is brought back. People curating a feed, which was on average good.
- jeffhuys 2y agoThe author was replying to everyone, even me, but didn’t respond to my question about how the list is made. This makes me assume that it’s hand-made. If so, it’ll probably get 1 or 2 updates (if even that many) and then remain static as the creator loses interest. Wouldn’t be the first time. EDIT: list has changed. Trying to track it, we'll see what happens. I really hope the author has some way to search Youtube for trending videos based on some query/tag, and re-generates a list once a day or something like that.
- newswasboring 2y agoAgain, if I am allowed to dream, we can have a community around the exchange of these list files.
- jeffhuys 2y agoThat would be an amazing addition! Well, this website is completely cloneable, the JS is non-minified, so adding in community lists is certainly possible. Maybe just a tool to create those lists collaboratively. Good idea!
- thruway516 2y agoThe possibilities are endless. You can build a site that lets any user create their own personalized tv with content from any streaming provider that has an api. This can be done in a few hours literally. And you don't even have to host them since it's all client side javascript. Honestly if I weren't so busy with my own project I would consider contacting OP to see what we could do with this.