We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9118c2 + a773b5f commit b1beb5bCopy full SHA for b1beb5b
README.md
@@ -37,7 +37,7 @@ $results = $youtube->search('Android');
37
$videoList = $youtube->searchVideos('Android');
38
39
// Search only Videos in a given channel, Return an array of PHP objects
40
-$videoList = $youtube->searchChannelVideos('keyword', 'UCk1SpWNzOs4MYmr0uICEntg', 100);
+$videoList = $youtube->searchChannelVideos('keyword', 'UCk1SpWNzOs4MYmr0uICEntg', 50);
41
42
$results = $youtube->searchAdvanced(array( /* params */ ));
43
0 commit comments