Closed rimshaxoho closed 4 years ago
Hello
videos = Yt::Collections::Videos.new
videos.where(q: 'star war', safe_search: 'none').first(10)
This will only make 1 request. Is that what you need? About documentation, we should work on it. Thank you
Hello
videos = Yt::Collections::Videos.new videos.where(q: 'star war', safe_search: 'none').first(10)
This will only make 1 request. Is that what you need? About documentation, we should work on it. Thank you
Yes exactly I was looking for that and found help in closed issues. But I think it will be great if you put this in documentation. Thank You!!!
I am using
but i can't find any variable to limit pagination like my search has 500+ videos and i just want first 100.
it will just limit the per page request. Can you please update documentation if there is any way.