mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
f34f06bca5
This is done because the continuation created for videos sorted by 'oldest' doesn't work after the first 30 videos. The same 30 videos are returned again. The only way to get the next 30 videos, and onwards, is to use the continuation returned in the initial API call. Storing the returned continuation in the db saves having to request each page from 1 to the currently wanted page each time a page other than the first is wanted. |
||
---|---|---|
.. | ||
annotations.sql | ||
channel_continuations.sql | ||
channel_videos.sql | ||
channels.sql | ||
nonces.sql | ||
playlist_videos.sql | ||
playlists.sql | ||
session_ids.sql | ||
users.sql | ||
videos.sql |