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

Updates about 500 video limit, ability to filter api request by date, and update to work with PHP8 #7

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

usu-access
Copy link

This pull request includes three changes -

  1. Added some info about the 500 channel YouTube limit and a potential workaround.
  2. Updated code so that the query only searches for the dates within the specific dates instead of filtering the all queries after the query is made resulting in fewer queries and better accuracy for channels with over 500 videos.
  3. When we upgraded a server running this code to PHP 8 we were experiencing errors that were fixed by replacing sizeof with count.

Adding information about the issue and workaround from terrill#4
Updated code so that the query only searches for the dates within the specific dates instead of filtering the all queries after the query is made resulting in fewer queries and better accuracy for channels with over 500 videos.
When we upgraded a server running this code to PHP 8 we were experiencing errors that were fixed by replacing sizeof with count.
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

Successfully merging this pull request may close these issues.

1 participant