You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, this URL will likely not work, as it's using Invidious' domain, not companion's. This means apps like FreeTube, PlasmaTube, Clipious, etc. won't work.
EDIT: It also looks like /api/v1/stats report that 0 requests are successful, which can mess with some uptime checkers.
Reproduction
Make a GET request for any video (https://domain/api/v1/videos/:id?local=true)
Try and use the URL given (under adaptiveFormats[i].url or formatStreams[i].url
Logs
N/A
The text was updated successfully, but these errors were encountered:
Description
When sending a request to Invidious for a proxied video, you get a URL like this for its adaptive formats:
However, this URL will likely not work, as it's using Invidious' domain, not companion's. This means apps like FreeTube, PlasmaTube, Clipious, etc. won't work.
EDIT: It also looks like
/api/v1/stats
report that 0 requests are successful, which can mess with some uptime checkers.Reproduction
https://domain/api/v1/videos/:id?local=true
)adaptiveFormats[i].url
orformatStreams[i].url
Logs
N/A
The text was updated successfully, but these errors were encountered: