Skip to content

Commit

Permalink
fix precondition check failed error
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalone authored and corny committed Mar 11, 2024
1 parent c38aa71 commit 3277442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,9 @@ var (
// AndroidClient, download go brrrrrr.
AndroidClient = clientInfo{
name: "ANDROID",
version: "17.31.35",
version: "18.11.34",
key: "AIzaSyA8eiZmM1FaDVjRy-df2KTyQ_vz_yYM39w",
userAgent: "com.google.android.youtube/17.31.35 (Linux; U; Android 11) gzip",
userAgent: "com.google.android.youtube/18.11.34 (Linux; U; Android 11) gzip",
androidVersion: 30,
}

Expand Down

0 comments on commit 3277442

Please sign in to comment.