We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2db848 commit f628c97Copy full SHA for f628c97
extensions/shared/src/main/java/app/revanced/extension/youtube/patches/spoof/ClientType.java
@@ -8,17 +8,7 @@
8
import androidx.annotation.Nullable;
9
10
public enum ClientType {
11
- // Public videos, but no kids, private or age restricted videos.
12
- ANDROID_VR(28,
13
- "Quest 3",
14
- "12",
15
- "com.google.android.apps.youtube.vr.oculus/1.56.21 (Linux; U; Android 12; GB) gzip",
16
- "32", // Android 12.1
17
- "1.56.21",
18
- "ANDROID_VR",
19
- false
20
- ),
21
- // Specific purpose for age restricted videos.
+ // Specific purpose for age restricted, or private videos, because the iOS client is not logged in.
22
ANDROID_VR_LOGGED_IN(28,
23
"Quest 3",
24
"12",
0 commit comments