mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2026-02-01 15:21:07 +03:00
add innertube tests for private videos
This commit is contained in:
@@ -63,6 +63,11 @@ export class YouTubeApiMock {
|
||||
lengthSeconds: 100,
|
||||
} as APIVideoData
|
||||
};
|
||||
} else if (obj.id === "private-video") {
|
||||
return {
|
||||
err: false,
|
||||
data: {} as APIVideoData
|
||||
};
|
||||
} else {
|
||||
return {
|
||||
err: false,
|
||||
|
||||
Reference in New Issue
Block a user