Skip to content

Commit

Permalink
:arrow-up: [#69] Bump Clients: ANDROID -> 19.17.34, IOS -> 19.16.3 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombulled committed Apr 28, 2024
1 parent a2c1a9c commit 0b813ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions innertube/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@
ClientContext(
client_id=3,
client_name="ANDROID",
client_version="17.13.3",
client_version="19.17.34",
user_agent=USER_AGENT_ANDROID,
api_key="AIzaSyA8eiZmM1FaDVjRy-df2KTyQ_vz_yYM39w",
),
ClientContext(
client_id=5,
client_name="IOS",
client_version="17.14.2",
client_version="19.16.3",
user_agent=USER_AGENT_IOS,
api_key="AIzaSyB-63vPrdThhKuerbB2N_l7Kwwcxj6yUAc",
),
Expand Down

0 comments on commit 0b813ff

Please sign in to comment.