Update description

This commit is contained in:
Gabe Cook
2023-10-13 03:19:27 -05:00
parent 6fff630e43
commit 3bc228cdbc
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ _Thanks to everyone having starred my repo! To star it click on the image below,
## About
CastSponsorSkip is a go script that skips sponsored YouTube content on all local Chromecasts, using the SponsorBlock API. It was inspired by CastBlock but written from scratch to avoid some of its pitfalls (see Differences from CastBlock).
CastSponsorSkip is a Go program that skips sponsored YouTube content and skippable ads on all local Chromecasts, using the SponsorBlock API. It was inspired by CastBlock but written from scratch to avoid some of its pitfalls (see Differences from CastBlock).
This app is developed by @gabe565 here : https://github.com/gabe565/CastSponsorSkip

View File

@@ -5,7 +5,7 @@
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "skips sponsored YouTube content on all local Chromecasts",
"description": "Skip YouTube ads and sponsorships on all local Google Cast devices ",
"environment": {
"SBCDIR": "/tmp/castsponsorskip"
},