mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2024-12-13 22:00:32 +05:30
Merge pull request #1144 from dragfyre/patch-1
Update PeertubeTrendingLinkHandlerFactory.java
This commit is contained in:
commit
b2ec1b15fb
@ -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() {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user