How are private front-ends built without APIs?
How are private front-ends built without APIs?
I'm referring to projects like redlib or invidious.
I was thinking about doing something similar for a local second-hand marketplace and got curious. Redlib seems to use token spoofing to get past rate limits and Invidious doesn't even use the official YouTube API.
The only way I thought of, which would be slow, is to scrape the site (like you would with Beautiful Soup).
You're viewing a single thread.
Invidious does have APIs. People host invidious servers and the clients connect to them, similar to piped. I don't know anything about Redlib but it might work the same!
2 1 ReplyI'm referring to the fact that they don't use or have major rate limits on the APIs that they use for either Reddit or YouTube, respectively.
3 0 Reply