mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-06 11:36:58 +03:00
Use dearrow thumbnails in webhooks
This commit is contained in:
@@ -53,4 +53,4 @@ export class YouTubeAPI {
|
||||
}
|
||||
|
||||
export const getMaxResThumbnail = (videoID: string): string =>
|
||||
`https://i.ytimg.com/vi/${videoID}/maxresdefault.jpg`;
|
||||
`https://dearrow-thumb.ajay.app/api/v1/getThumbnail?videoID=${videoID}&redirectUrl=https://i.ytimg.com/vi/${videoID}/maxresdefault.jpg`;
|
||||
Reference in New Issue
Block a user