Closed felipeucelli closed 6 days ago
Initially, oauth was designed to log in only to TV clients, but for several years it could be used on other clients.
TV
A recent update has resolved this and now only TV and TV_EMBED clients can use oauth.
TV_EMBED
oauth
So now when use_oauth=True is used the client will be switched to the TV.
use_oauth=True
TV-based clients do not return the video title via the player endpoint, so if the title is not found, it will be attempted to search the next endpoint
player
next
Added TV client.
Automatic change to TV client when using use_oauth=True
When using the TV or TV_EMBED client, the video title will be fetched by the next endpoint
Fixed HTTP Error 400: Bad Request when using use_oauth #327
Initially, oauth was designed to log in only to
TV
clients, but for several years it could be used on other clients.A recent update has resolved this and now only
TV
andTV_EMBED
clients can useoauth
.So now when
use_oauth=True
is used the client will be switched to theTV
.TV-based clients do not return the video title via the
player
endpoint, so if the title is not found, it will be attempted to search thenext
endpointChanges to this PR:
Added
TV
client.Automatic change to
TV
client when usinguse_oauth=True
When using the TV or TV_EMBED client, the video title will be fetched by the
next
endpoint