invidious-copy-2022-03-16/config
0x24d f34f06bca5 Store continuation so that it can be used on the next matching request.
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.
2021-11-20 13:00:49 +00:00
..
migrate-scripts variable postgres username and database name (#2451) 2021-10-11 19:16:56 +00:00
sql Store continuation so that it can be used on the next matching request. 2021-11-20 13:00:49 +00:00
config.example.yml Example config: Change 'use_quic' default value 2021-11-12 18:53:51 +01:00