9 buildPythonPackage rec {
14 src = fetchFromGitHub {
18 hash = "sha256-m27iuiQDk70yHHhmayp9558S8ZYLM0/sWyCfC4VvLsQ=";
21 build-system = [ setuptools ];
23 nativeCheckInputs = [ pytestCheckHook ];
26 # require network access
27 "tests/test_captions.py"
29 "tests/test_exceptions.py"
30 "tests/test_extract.py"
33 "tests/test_streams.py"
36 pythonImportsCheck = [ "pytubefix" ];
39 homepage = "https://github.com/JuanBindez/pytubefix";
40 description = "Pytube fork with additional features and fixes";
41 license = lib.licenses.mit;
42 maintainers = with lib.maintainers; [ youhaveme9 ];