Piped-Backend icon indicating copy to clipboard operation
Piped-Backend copied to clipboard

Add support for feed pagination

Open FireMasterK opened this issue 2 years ago • 2 comments
trafficstars

See TeamPiped/Piped#1046

FireMasterK avatar May 01 '23 20:05 FireMasterK

Can we limit the results per page to something like 20 or 30? With the current solution, LibreTube would need to implement a custom solution that would need to handle pagination internally too for each group of 20 or 30 videos because otherwise the performance and loading times would be very awful. So that'd be kind of duplicated pagination on LibreTube's side, which I don't think is a good idea.

Bnyro avatar May 09 '23 17:05 Bnyro

Yes, I think it would be feasible to add a limit parameter!

FireMasterK avatar May 09 '23 17:05 FireMasterK