Skip to content

Commit c106d24

Browse files
committed
Fix line length
1 parent 8aaf2a4 commit c106d24

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ private YoutubeParsingHelper() {
239239
private static final String IOS_OS_VERSION = "18.1.0.22B83";
240240

241241
/**
242-
* Spoofing an iPhone 15 Pro Max running iOS 18.1.0 with the hardcoded version of the iOS app. To be
243-
* used in the user agent for requests.
242+
* Spoofing an iPhone 15 Pro Max running iOS 18.1.0 with the hardcoded version of the iOS app.
243+
* To be used in the user agent for requests.
244244
*
245245
* @see #IOS_OS_VERSION
246246
*/
@@ -1412,7 +1412,8 @@ public static String getAndroidUserAgent(@Nullable final Localization localizati
14121412
*/
14131413
@Nonnull
14141414
public static String getIosUserAgent(@Nullable final Localization localization) {
1415-
// Spoofing an iPhone 15 Pro Max running iOS 18.1.0 with the hardcoded version of the iOS app
1415+
// Spoofing an iPhone 15 Pro Max running iOS 18.1.0 with hardcoded version of the iOS
1416+
// app
14161417
return "com.google.ios.youtube/" + IOS_YOUTUBE_CLIENT_VERSION
14171418
+ "(" + IOS_DEVICE_MODEL + "; U; CPU iOS "
14181419
+ IOS_USER_AGENT_VERSION + " like Mac OS X; "

0 commit comments

Comments
 (0)