We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, is there a way to obtain all results for a term? The results seem limited.
Eg: YoutubeSearch.search('cat', 'time' => 'all_time', 'orderby' => 'viewCount', :page => 26, :per_page => 4)
This returns about 100 results (26 pages) divided into pages. Is there a way to get all the results available? Thanks.
-Thomas
The text was updated successfully, but these errors were encountered:
use 9999999 ? :D
Sorry, something went wrong.
Unfortunately it will only return around a hundred no matter what configuration I use.
Eg: YoutubeSearch.search('cat', 'time' => 'all_time', 'orderby' => 'viewCount', :page => 6, :per_page => 25)
Calling page 7 returns nothing unfortunately.
No real idea, if you can come up with a solution, please make it a pull request so nobody else has to fight this nastyness :(
On Wed, May 1, 2013 at 5:19 PM, ThomasBarnwell [email protected]:
Unfortunately it will only return around a hundred no matter what configuration I use. Eg: YoutubeSearch.search('cat', 'time' => 'all_time', 'orderby' => 'viewCount', :page => 6, :per_page => 25) Calling page 7 returns nothing unfortunately. — Reply to this email directly or view it on GitHubhttps://github.com//issues/7#issuecomment-17314297 .
— Reply to this email directly or view it on GitHubhttps://github.com//issues/7#issuecomment-17314297 .
No branches or pull requests
Hi, is there a way to obtain all results for a term? The results seem limited.
Eg: YoutubeSearch.search('cat', 'time' => 'all_time', 'orderby' => 'viewCount', :page => 26, :per_page => 4)
This returns about 100 results (26 pages) divided into pages. Is there a way to get all the results available? Thanks.
-Thomas
The text was updated successfully, but these errors were encountered: