How to get local videos via API

Hello.

I’m making a Peertube playback app like this one.

While making it, I set the API to « ttps://example.com/api/v1/videos?sort=-publishedAt&start=0&count=20&filter=local », but local videos don’t show up.

What kind of API description would allow me to show only local videos?

Hi,

filter query param has been removed in v6: PeerTube/CHANGELOG.md at develop · Chocobozzz/PeerTube · GitHub

Use isLocal=true instead: PeerTube

1 « J'aime »