8 buildPythonPackage rec {
12 disabled = pythonOlder "3.6";
14 format = "setuptools";
16 src = fetchFromGitHub {
20 hash = "sha256-o4kfZLkEs+XYor2sS2lfuDZkPfHrB+rDoxroc4f55gc=";
28 "tests/test_extract.py"
30 "tests/test_streams.py"
34 pythonImportsCheck = [ "pytube" ];
37 description = "Python 3 library for downloading YouTube Videos";
38 homepage = "https://github.com/nficano/pytube";
39 license = licenses.mit;
40 maintainers = with maintainers; [ dotlambda ];