From 17f0b0d7d360a091ef1e10c547fd154f5f39af0f Mon Sep 17 00:00:00 2001 From: litetex <40789489+litetex@users.noreply.github.com> Date: Thu, 23 Jan 2025 20:37:22 +0100 Subject: [PATCH] Fix checkstyle --- .../extractor/services/youtube/YoutubeParsingHelper.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeParsingHelper.java b/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeParsingHelper.java index c2502139a..8e23f1912 100644 --- a/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeParsingHelper.java +++ b/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeParsingHelper.java @@ -239,8 +239,8 @@ public final class YoutubeParsingHelper { private static final String IOS_OS_VERSION = "18.1.0.22B83"; /** - * 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. + * 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. * * @see #IOS_OS_VERSION */ @@ -1412,7 +1412,8 @@ public final class YoutubeParsingHelper { */ @Nonnull public static String getIosUserAgent(@Nullable final Localization localization) { - // Spoofing an iPhone 15 Pro Max running iOS 18.1.0 with the hardcoded version of the iOS app + // Spoofing an iPhone 15 Pro Max running iOS 18.1.0 + // with the hardcoded version of the iOS app return "com.google.ios.youtube/" + IOS_YOUTUBE_CLIENT_VERSION + "(" + IOS_DEVICE_MODEL + "; U; CPU iOS " + IOS_USER_AGENT_VERSION + " like Mac OS X; "