joetats / youtube_search

Tool for searching for youtube videos to avoid using their heavily rate-limited API
MIT License
220 stars 64 forks source link

max_results attribute cap at 20 #19

Open Sarenne opened 4 years ago

Sarenne commented 4 years ago

Nice library, thanks for releasing this! The max_results flag doesn't seem to be able to return more than 20 results.

tloki commented 4 years ago

Indeed, as you can see in short code, it only parses HTML, but does not emulate "scrolling" to produce more results...

joetats commented 3 years ago

Yes, this is due to pagination. I have an idea on how to get around this by sending the calls, so let me try that out

virajkarandikar commented 3 years ago

waiting for this feature!

s0501007 commented 2 years ago

Still open issue :(

solomsk commented 2 years ago

Still open issue :(