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
vendor/madcoda/php-youtube-api/src/Youtube.php:582 'resultsPerPage' => $resObj->pageInfo->resultsPerPage,
'resultsPerPage' => $resObj->pageInfo->resultsPerPage,
The text was updated successfully, but these errors were encountered:
Can you please provide full code.I am not getting from where you are collecting $resObj
Also, The "resultsPerPage" value have to be "Integer" means you are gonna set,
'resultsPerPage' => '10'
This would load 10 videos on every page
Sorry, something went wrong.
This is not my code, you can see the full method here: https://github.com/madcoda/php-youtube-api/blob/v1.2.4/src/Youtube.php
No branches or pull requests
vendor/madcoda/php-youtube-api/src/Youtube.php:582
'resultsPerPage' => $resObj->pageInfo->resultsPerPage,
The text was updated successfully, but these errors were encountered: