Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
feat(YouTube - Client spoof): Downgrade hardcoded client version
Browse files Browse the repository at this point in the history
  • Loading branch information
inotia00 authored and Francesco146 committed Jul 5, 2024
1 parent 6e87772 commit 70023af
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public final class PlayerRoutes {
private static final String ANDROID_TESTSUITE_CLIENT_VERSION = "1.9";


private static final String ANDROID_UNPLUGGED_CLIENT_VERSION = "8.21.0";
private static final String ANDROID_UNPLUGGED_CLIENT_VERSION = "8.01.0";
/**
* The device machine id for the Chromecast with Google TV 4K.
*
Expand Down Expand Up @@ -74,7 +74,7 @@ public final class PlayerRoutes {
* Store page of the YouTube app</a>, in the {@code Additional details} section.
* </p>
*/
private static final String ANDROID_VR_CLIENT_VERSION = "1.57.29";
private static final String ANDROID_VR_CLIENT_VERSION = "1.56.21";

/**
* The device machine id for the Meta Quest 3, used to get opus codec with the Android VR client.
Expand Down Expand Up @@ -112,7 +112,7 @@ public final class PlayerRoutes {
* Store page of the YouTube app</a>, in the {@code What’s New} section.
* </p>
*/
private static final String IOS_CLIENT_VERSION = "19.20.2";
private static final String IOS_CLIENT_VERSION = "19.01.1";
/**
* The device machine id for the iPhone 14 Pro Max, used to get 60fps with the iOS client.
*
Expand Down

0 comments on commit 70023af

Please sign in to comment.