Piped-Backend
Piped-Backend copied to clipboard
Add support for feed pagination
trafficstars
See TeamPiped/Piped#1046
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.
Yes, I think it would be feasible to add a limit parameter!