Omar Roth
Omar Roth
Currently the system in place is to cycle through proxies in specific regions, so most of the videos mentioned work (with `dash` enabled so videos are also proxied). The reason...
This was suggested in the Matrix server. The issue is that it is not possible to determine where a video is unrestricted without being in an unrestricted region. The way...
Sure, it just means you have to track or store the user's region in order to provide correct links. I believe there was also some discussion on this in #460,...
To be clear, the instance itself proxies requests, and then uses a proxy in another region as necessary to circumvent geo-restrictions (see #92). See my comment [here](https://github.com/omarroth/invidious/issues/453#issuecomment-477574597) for some clarification...
Technically, an application only has to subscribe in order for a desired channel to be tracked by the instance (see #469). It would be possible for a client to subscribe...
POST and DELETE should be used for `/subscriptions/subscribe` and `/subscriptions/unsubscribe`, and similarly for `/tokens/register` and `/tokens/unregister`, respectively. Just updated the above, DELETE is not used for `/tokens/unregister` since DELETE with...
Added with 2a6c81a89dd64c00dff0b37af1c6637771aad27e. There are a couple changes from what's proposed above, and clarification on anything that's missing: - `/api/v1/auth/tokens/register` supports `application/x-www-form-urlencoded` so it's possible to request a token using...
Added `GET /subscriptions`, `POST /subscriptions/:ucid`, and `DELETE /subscriptions/:ucid` with 250860d92c166b06d4af5d713ec2640a5ad4e701.
Added `GET /preferences`, `POST /preferences` with 8a525bc13109e9bee3a59d3082d763f91b1dc7f6.
> Please provide a web form for the registration of new tokens. You might try using GET `/authorize_token?callback_url=https://example.com&scopes=SCOPE,SCOPE` although it's currently not well documented. > Or, allow some sort of...