You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I'm currently coding a super simple "Watch on Nebula" Safari extension here and I'm running into issues when checking if a Youtube uploader is also present on Nebula. Since I'm a newbie at this, I'm having trouble understanding where and how exactly you perform that check.
Hope it's okay if I just ask you to point me in the right direction so I can improve my own simple project.
It would be enough if you said "The HTML of the creator list site is queried for the name," I don't need a lengthy explanation with the exact code snippets.
The text was updated successfully, but these errors were encountered:
The search again is a bit complicated, since Nebula does not allow you to search for a video from a specific creator, so I implemented a manual search mechanism (I fetch the 50 latest videos of the creator and do a manual likeness), and only as fallback do I do a site-wide search. My custom search is also quite useful because creators tend to change the video title on YouTube slightly because of the algorithm, so Nebula's search does not always find the video, while I can, with a lower confidence score. You'll find that implementation in https://github.com/cpiber/NebulaEnhance/blob/master/src/scripts/background/nebula.ts and https://github.com/cpiber/NebulaEnhance/blob/master/src/scripts/background/ifidf.ts
Hi there, I'm currently coding a super simple "Watch on Nebula" Safari extension here and I'm running into issues when checking if a Youtube uploader is also present on Nebula. Since I'm a newbie at this, I'm having trouble understanding where and how exactly you perform that check.
Hope it's okay if I just ask you to point me in the right direction so I can improve my own simple project.
It would be enough if you said "The HTML of the creator list site is queried for the name," I don't need a lengthy explanation with the exact code snippets.
The text was updated successfully, but these errors were encountered: