From 3bc228cdbc17067b3cdf1ce742458b139d32c5f7 Mon Sep 17 00:00:00 2001 From: Gabe Cook Date: Fri, 13 Oct 2023 03:19:27 -0500 Subject: [PATCH] Update description --- sponsorblockcast/README.md | 2 +- sponsorblockcast/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sponsorblockcast/README.md b/sponsorblockcast/README.md index 6aa1da09c..74a7d7528 100644 --- a/sponsorblockcast/README.md +++ b/sponsorblockcast/README.md @@ -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 diff --git a/sponsorblockcast/config.json b/sponsorblockcast/config.json index 149f7a50c..5705831bf 100644 --- a/sponsorblockcast/config.json +++ b/sponsorblockcast/config.json @@ -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" },