From 69cf6c752c35c9590d9247f4809a893b2b8d9413 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sun, 1 Aug 2021 03:35:48 -0400 Subject: [PATCH] clear up user agent format --- API-Docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/API-Docs.md b/API-Docs.md index 84e66c2..be92a27 100644 --- a/API-Docs.md +++ b/API-Docs.md @@ -99,7 +99,7 @@ __________________________________________________________________ endTime: float, category: string, userID: string, //This should be a randomly generated UUID stored locally (not the public one) - userAgent: string, // Name of Client or Bot/v1.1.2 + userAgent: string, // "Name of Client" or "[BOT] Name of Bot" service: string, // Optional, default is 'YouTube'. See https://github.com/ajayyy/SponsorBlock/wiki/Types#service videoDuration: float, // Optional, duration of video, will attempt to retrieve from the YouTube API if missing (to be used to determine when a submission is out of date) @@ -111,7 +111,7 @@ __________________________________________________________________ { videoID: string, userID: string, // This should be a randomly generated UUID stored locally (not the public one) - userAgent: string, // Name of Client or Bot/v1.1.2 + userAgent: string, // "Name of Client" or "[BOT] Name of Bot" service: string, // Optional, default is 'YouTube'. See https://github.com/ajayyy/SponsorBlock/wiki/Types#service videoDuration: float, // Optional, duration of video, will attempt to retrieve from the YouTube API if missing (to be used to determine when a submission is out of date)