Update extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeParsingHelper.java

Co-authored-by: Stypox <stypox@pm.me>
This commit is contained in:
ThetaDev 2025-01-21 23:09:40 +01:00 committed by GitHub
parent 5b31ff20e5
commit 936bf2d71b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -239,7 +239,7 @@ public final class YoutubeParsingHelper {
private static final String IOS_OS_VERSION = "18.1.0.22B83"; private static final String IOS_OS_VERSION = "18.1.0.22B83";
/** /**
* Spoofing an iPhone 16 Pro Max running iOS 18.1.0 with the hardcoded version of the iOS app. To be * Spoofing an iPhone 15 Pro Max running iOS 18.1.0 with the hardcoded version of the iOS app. To be
* used in the user agent for requests. * used in the user agent for requests.
* *
* @see #IOS_OS_VERSION * @see #IOS_OS_VERSION