mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-17 21:18:56 +03:00
clear up user agent format
@@ -99,7 +99,7 @@ __________________________________________________________________
|
|||||||
endTime: float,
|
endTime: float,
|
||||||
category: string,
|
category: string,
|
||||||
userID: string, //This should be a randomly generated UUID stored locally (not the public one)
|
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
|
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)
|
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,
|
videoID: string,
|
||||||
userID: string, // This should be a randomly generated UUID stored locally (not the public one)
|
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
|
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)
|
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user