refactor(YouTube - Spoof video streams): Adjust preferred client order

This commit is contained in:
LisoUseInAIKyrios
2025-09-16 15:40:55 +04:00
parent 0eeaf7ad67
commit f88b3a5162

View File

@@ -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
);