[Deprecated] use GET /api/v1/sources/jutsu/stream
Deprecated
GET
/api/v1/providers/jutsu/stream
const url = 'http://localhost:8080/api/v1/providers/jutsu/stream?url=example';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url 'http://localhost:8080/api/v1/providers/jutsu/stream?url=example'Legacy alias for the canonical /api/v1/sources/jutsu/stream. Same handler, same semantics, kept only so existing frontends keep working during the transition. Remove after at least one minor release.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” url
required
string
filename
string | null
Responses
Section titled “ Responses ”OK