Skip to content
New issue

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

max_results parameter not working #1

Open
mbossetta opened this issue Feb 13, 2023 · 0 comments
Open

max_results parameter not working #1

mbossetta opened this issue Feb 13, 2023 · 0 comments

Comments

@mbossetta
Copy link

Hi!

When using ryt_search for videos and channel, max_results does not seem to limit requests. For example, the following query gives 25 results. Just wanted to put it on your radar!

video_search <- ryt_search(
  type = 'video',
  q = 'Nightwish',
  published_after = '2022-02-01T00:00:00Z',
  published_before = '2022-02-05T00:00:00Z',
  max_results = 10
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant