Skip to content

Commit

Permalink
Update android user client
Browse files Browse the repository at this point in the history
corny committed Nov 6, 2023
1 parent cf125f7 commit 7e1ab2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client.go
Original file line number Diff line number Diff line change
@@ -182,10 +182,10 @@ var (
// AndroidClient, download go brrrrrr.
AndroidClient = clientInfo{
name: "ANDROID",
version: "17.31.35",
version: "18.40.33",
key: "AIzaSyA8eiZmM1FaDVjRy-df2KTyQ_vz_yYM39w",
userAgent: "com.google.android.youtube/17.31.35 (Linux; U; Android 11) gzip",
androidVersion: 30,
userAgent: "com.google.android.youtube/18.40.33 (Linux; U; Android 11) gzip",
androidVersion: 32,
}

// EmbeddedClient, not really tested.

0 comments on commit 7e1ab2c

Please sign in to comment.