We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c87dc6d commit 0871cdbCopy full SHA for 0871cdb
patches/src/main/kotlin/app/revanced/patches/youtube/video/playerresponse/Fingerprints.kt
@@ -26,7 +26,6 @@ internal val playerParameterBuilderFingerprint by fingerprint {
26
"Z", // Appears to indicate if the video id is being opened or is currently playing.
27
"Z",
28
29
- "Z"
30
)
31
instructions(
32
string("psps")
@@ -57,7 +56,9 @@ internal val playerParameterBuilder2010Fingerprint by fingerprint {
57
56
58
"Z"
59
60
- strings("psps")
+ instructions(
+ string("psps")
61
+ )
62
}
63
64
/**
0 commit comments