1 { lib, buildKodiAddon, fetchFromGitHub, requests, inputstream-adaptive, inputstreamhelper }:
5 namespace = "plugin.video.youtube";
8 src = fetchFromGitHub {
10 repo = "plugin.video.youtube";
12 hash = "sha256-I3dSGcPQVVhn4RO8CHtn3FG2dheSv4XiDO7w+MtTjRU=";
15 propagatedBuildInputs = [
22 pythonPath = "resources/lib";
26 homepage = "https://github.com/anxdpanic/plugin.video.youtube";
27 description = "YouTube is one of the biggest video-sharing websites of the world";
28 license = licenses.gpl2Only;
29 maintainers = teams.kodi.members;