WorldThirteen / youtube-watch-later-shortcut-ext

Browser extension to add and remove current video from the Watch Later list using a keyboard shortcut
GNU General Public License v3.0
24 stars 8 forks source link

Feature Request: shortcut to add to "Favorites" #6

Open jattias96 opened 10 months ago

jattias96 commented 10 months ago

seems like trivial addition to add functionality to add video to favorites

WorldThirteen commented 9 months ago

Hi, @jattias96, sorry for the huge delay. This is somehow close to https://github.com/WorldThirteen/youtube-watch-later-shortcut-ext/issues/3.

Some tech minds for myself: Using Favourites is a bit trickier, to make shortcuts happen, the extension needs to know its unique identifier of playlist, and while Watch Later has a specific keyword "WL", Favourites and others are unique for each user. Searching, obtaining & using such private info should be built securely so users can continue to use and trust the extension.