8 buildPythonPackage rec {
9 pname = "youtube-search-python";
11 format = "setuptools";
13 disabled = pythonOlder "3.6";
16 inherit pname version;
17 hash = "sha256-RWjR12ns1+tLuDZfBO7G42TF9w7sezdl9UPa67E1/PU=";
20 propagatedBuildInputs = [
24 pythonImportsCheck = [
28 # Project has no tests
32 description = "Search for YouTube videos, channels & playlists & get video information using link without YouTube Data API";
33 homepage = "https://github.com/alexmercerind/youtube-search-python";
34 license = licenses.mit;
35 maintainers = with maintainers; [ marsam ];