(no title)
tuchsen | 2 years ago
I've got a couple of minor bugs to report. The first (very small) bug is that I couldn't sign up with the email address of "accounts (at) lurk.news" because it says that it's invalid. The second bigger issue is that your YouTube search seems to be down? I tried some niche youtubers at first and then just searched for "mr beast" as a sanity check and it doesn't find him.
Are you using the services official API's to find and display content? For Lurk, I wrote an Electron app that opens up websites in the background and then parses the HTML to query for data, then presents that to the user as a unified feed. I figure with it all happening on each client device it'll be very hard for any given website to block it, and that way I can expose an extensions mechanism so that people can scrape whatever they want to get a unified feed of data.
brianpk|2 years ago
Apricot's search is a mix -- for a couple platforms, I do call the search endpoint. For the others (including YouTube), it's postgres full-text search. It's a starting point, but it doesn't do fuzzy search, even in this limited lexical task. "mr beast" is a good example -- try searching for "mrbeast" (no space) and you should see it.
I like your idea for finding content, I think it makes sense for what you're doing with Lurk. Are you worried about response time, or is it more of an interactive tool for Lurk users?
tuchsen|2 years ago
If you're scraping Youtube and relying on that index I guess it makes sense that I can't find my niche Youtubers (try "TattooedTraveller"). I don't know how much of an outlier I am in preferring smaller channels, but I would have appreciated a way to add a channel manually. I know that's a big ask though, and hell, don't waste your time on me I've got my own thing anyways :P.