Skip to content

Instantly share code, notes, and snippets.

@shahoob
Created November 18, 2022 08:10
Show Gist options
  • Save shahoob/5d16cf4724d518b0fedec8d0d9665176 to your computer and use it in GitHub Desktop.
Save shahoob/5d16cf4724d518b0fedec8d0d9665176 to your computer and use it in GitHub Desktop.
sponsorblock mirrors (both db and api) (re-upload)
https://sponsorblock.kavin.rocks
https://sponsorblock.gleesh.net
https://sb.theairplan.com
https://sb.doubleuu.win
https://sponsorblock.hankmccord.dev
----------------------------------------------------
for SponsorBlock web-extension:
chrome-extension://mnjggcdmjocbbbhaepdhchncahnbgone/options/options.html#advanced
switch the https://sponsor.ajay.app/ (or https://sponsor.ajay.app/test) to
https://sponsorblock.kavin.rocks
(or one of the others) and click save.
----------------------------------------------------
for yt-dlp (youtube-dl fork) use
use --sponsorblock-api "https://sponsorblock.kavin.rocks"
or --sponsorblock-api "https://sponsorblock.gleesh.net"
or --sponsorblock-api "https://sb.theairplan.com"
or --sponsorblock-api "https://sb.doubleuu.win"
or --sponsorblock-api "https://sponsorblock.hankmccord.dev"
----------------------------------------------------
for newpipe with sponsorblock from
https://github.com/polymorphicshade/NewPipe
use the settings menu to turn on the feature and update the server to
https://sponsorblock.kavin.rocks/api
(or one of the others with additional /api at the end)
**note that JUST in here - "newpipe with sponsorblock",
you will ALSO need to specify /api at the end of the URL,
everywhere else, it is just the https:// and domain
without forward-slash at the end.
----------------------------------------------------
note:
the clients above directly access a SponsorBlock API (mirror) servers,
but there are also clients that use the 3rd-party "piped API"
to proxy the requests to youtube and sponsorblock.
for example:
https://github.com/libre-tube/LibreTube
which tries to access the official API servers,
and already knows to use one of the mirror-servers when
the official server is unavailable (no need to set-up anything).
info:
- https://github.com/mchangrh/sb-mirror
- https://github.com/TeamPiped/sponsorblock-mirror
- https://github.com/wereii/gosb
(https://github.com/yt-dlp/yt-dlp/issues/5342)
=-=-=
----------------------------------------------------
get the most updated version of this document:
https://gist.github.com/eladkarako/e0ffe9dfaa3d41f61b68d8e4e7158f38#file-sponsorblock-mirrors-both-db-and-api-txt
https://gist.githubusercontent.com/eladkarako/e0ffe9dfaa3d41f61b68d8e4e7158f38/raw/sponsorblock%2520mirrors%2520(both%2520db%2520and%2520api).txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment