Skip to content
  • Andy Dirnberger's avatar
    676e63bd
    [youtube] Handle pagination when fetching videos · 676e63bd
    Andy Dirnberger authored
    YouTube's API doesn't allow you to fetch more than 50 videos in a single
    request. If we have more than that, we need to make multiple requests.
    Since YouTube provides a unique token for each page, we need to fetch
    each page in order to fetch them all
    676e63bd
    [youtube] Handle pagination when fetching videos
    Andy Dirnberger authored
    YouTube's API doesn't allow you to fetch more than 50 videos in a single
    request. If we have more than that, we need to make multiple requests.
    Since YouTube provides a unique token for each page, we need to fetch
    each page in order to fetch them all
Loading