2
0
mirror of https://github.com/TeamNewPipe/NewPipeExtractor synced 2025-08-31 06:15:37 +00:00

Merge pull request #1144 from dragfyre/patch-1

Update PeertubeTrendingLinkHandlerFactory.java
This commit is contained in:
Stypox
2023-12-29 11:21:08 +01:00
committed by GitHub

View File

@@ -21,7 +21,7 @@ public final class PeertubeTrendingLinkHandlerFactory extends ListLinkHandlerFac
KIOSK_TRENDING, "%s/api/v1/videos?sort=-trending",
KIOSK_MOST_LIKED, "%s/api/v1/videos?sort=-likes",
KIOSK_RECENT, "%s/api/v1/videos?sort=-publishedAt",
KIOSK_LOCAL, "%s/api/v1/videos?sort=-publishedAt&filter=local");
KIOSK_LOCAL, "%s/api/v1/videos?sort=-publishedAt&isLocal=true");
private PeertubeTrendingLinkHandlerFactory() {
}