12 namespace = "plugin.video.youtube";
15 src = fetchFromGitHub {
17 repo = "plugin.video.youtube";
19 hash = "sha256-fcr7FDTaStr9EaEaC3QG3uJQav0YuEITa62Y1kW1vlM=";
22 propagatedBuildInputs = [
29 pythonPath = "resources/lib";
33 homepage = "https://github.com/anxdpanic/plugin.video.youtube";
34 description = "YouTube is one of the biggest video-sharing websites of the world";
35 license = licenses.gpl2Only;
36 maintainers = teams.kodi.members;