Revert 888c4ad067d2baf588ec1a0dacdbe2aec55cbc49...50bc4f0d4c12306c6f59630ca26fa48a21f614e5 on API Docs

Ajay Ramachandran
2021-03-02 10:44:31 -05:00
parent 50bc4f0d4c
commit df88e761a1

@@ -19,8 +19,6 @@ ________________________________________________________________________________
**GET** `/api/skipSegments` **GET** `/api/skipSegments`
Get the segments for a video from the Sponsorblock API. Note that this will share the videoId with Sponsorblock, this will leak your unlisted videos. For a more privacy aware alternative, see below.
**Input**: **Input**:
``` ```
{ {
@@ -92,7 +90,7 @@ ________________________________________________________________________________
**GET** `/api/skipSegments/:sha256HashPrefix` **GET** `/api/skipSegments/:sha256HashPrefix`
`sha256HashPrefix` is a hash of the YouTube `videoID`. It should be the first 3 - 32 characters (4 is recommended, server caching may be implemented only for 4). This provides extra privacy by not sharing the videoId with Sponsorblock. If the video does not have any segments, Sponsorblock will now know what video you are watching. `sha256HashPrefix` is a hash of the YouTube `videoID`. It should be the first 3 - 32 characters (4 is recommended, server caching may be implemented only for 4). This provides extra privacy by potentially finding more than just the video you are looking for. This makes the server not know exactly what video you are looking for.
**Input**: **Input**:
``` ```