From 9847fce65ea3c2d465a3ea8132eb5a9e47a1b319 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Thu, 1 Jul 2021 01:49:47 -0400 Subject: [PATCH] Updated K Anonymity (markdown) --- K-Anonymity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/K-Anonymity.md b/K-Anonymity.md index 46fb329..253f804 100644 --- a/K-Anonymity.md +++ b/K-Anonymity.md @@ -3,7 +3,7 @@ Segments are fetched from the server using a k-anonymity system [originally prop Every time you watch a video, it takes the videoID and hashes it, producing a value that looks like `5f6b0b4e201f2a7e66927abb5cadeec81624dcc8efe6644b78aa182213f653a2`. Instead of sending the videoID to the server, it sends only the first 4 characters of that hash, `5f6b`. ``` -https://sponsor.ajay.app/api/skipSegments/5f6b +https://sponsor.ajay.app/api/skipSegments/5f6b?categories=["sponsor","intro","outro","selfpromo","music_offtopic","preview"] ``` The client then gets a list of possible videos that have that prefix. This list may or may not contain the videoID