NikkelM / Random-YouTube-Video

A browser extension that allows you to truly randomly shuffle videos from any YouTube channel, offering many customization options.
https://chromewebstore.google.com/detail/random-youtube-video/kijgnjhogkjodpakfmhgleobifempckf
GNU Lesser General Public License v3.0
17 stars 3 forks source link

[Shorts] Remember which videos are shorts locally #208

Closed NikkelM closed 10 months ago

NikkelM commented 1 year ago

A prototype for also remembering this in the database was started, but this would involve a lot more traffic to the database, which is undesirable. Instead, this information should only be stored locally. A good implementation is needed, as the database will only return a list of videos, but the local playlist will have to split the videos into three categories, for known shorts, known videos and videos with an unknown type.