python-youtube icon indicating copy to clipboard operation
python-youtube copied to clipboard

Search Always Returns 5 Results

Open cbishop opened this issue 1 year ago • 1 comments

It seems that search is hard coded to return 5 results.

In my use case, I'd like more than 5 results, but even if I try 3, it still returns 5.

`topic = 'news'

response = cli.search.list( q=topic, search_type=["channel", "video", "playlist"], count=3, limit=50)`

cbishop avatar Jun 16 '24 13:06 cbishop