refa: sb & feat: sb portVideo (WIP) (#1751)

* refa: sb

* feat: sb portVideo (WIP)

* fix: keep-alive

* revert: ua version

* fix

* tweak [skip ci]

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>

---------

Co-authored-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
My-Responsitories
2025-11-19 09:30:04 +08:00
committed by GitHub
parent d5d95671ff
commit 2be13e7283
12 changed files with 410 additions and 197 deletions

View File

@@ -0,0 +1,9 @@
abstract final class SponsorBlockApi {
static const String skipSegments = 'skipSegments';
static const String voteOnSponsorTime = 'voteOnSponsorTime';
static const String viewedVideoSponsorTime = 'viewedVideoSponsorTime';
static const String portVideo = 'portVideo';
static const String userInfo = 'userInfo';
static const String uptimeStatus = 'status/uptime';
}