8 buildPythonPackage rec {
12 disabled = pythonOlder "3.7";
14 format = "setuptools";
16 src = fetchFromGitHub {
20 hash = "sha256-Nvs/YlOjk/P5nd1kpUnCM2n6yiEaqZP830UQI0Ug1rk=";
32 "tests/test_extract.py"
34 "tests/test_streams.py"
38 pythonImportsCheck = [ "pytube" ];
41 description = "Python 3 library for downloading YouTube Videos";
42 mainProgram = "pytube";
43 homepage = "https://github.com/nficano/pytube";
44 license = licenses.mit;
45 maintainers = with maintainers; [ dotlambda ];