refactor(YouTube - Spoof video streams): Adjust preferred client order
This commit is contained in:
parent
0eeaf7ad67
commit
f88b3a5162
1 changed files with 2 additions and 1 deletions
|
|
@ -21,9 +21,10 @@ public class SpoofVideoStreamsPatch {
|
|||
public static void setClientOrderToUse() {
|
||||
List<ClientType> availableClients = List.of(
|
||||
ANDROID_VR_1_61_48,
|
||||
ANDROID_CREATOR,
|
||||
VISIONOS,
|
||||
IPADOS,
|
||||
// Creator must be next to last, because livestreams fetch successfully but don't playback.
|
||||
ANDROID_CREATOR,
|
||||
// VR 1.43 must be last as spoof streaming data handles it slightly differently.
|
||||
ANDROID_VR_1_43_32
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue