1 { lib, buildKodiAddon, fetchFromGitHub, six, requests }:
3 pname = "sponsorblock";
4 namespace = "script.service.sponsorblock";
7 src = fetchFromGitHub {
11 hash = "sha256-IBgh2kdPgCy+HHrR7UZxTgjF1LR77ABGlUp3PgaobNM=";
14 propagatedBuildInputs = [
20 pythonPath = "resources/lib";
24 homepage = "https://github.com/siku2/script.service.sponsorblock";
25 description = "Port of SponsorBlock for Invidious and YouTube Plugin";
26 license = licenses.mit;
27 maintainers = teams.kodi.members;