From 10665a66a3c7355fed2c68952373f4ae81712aba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sonee=CC=81=20John?= Date: Wed, 7 Nov 2018 09:06:58 -0400 Subject: [PATCH] Revert "Fix formatting" This reverts commit 90859fd262f3ed6a09e202a4cd9a252fbd259d46. --- XCDYouTubeKit/XCDYouTubePlayerScript.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XCDYouTubeKit/XCDYouTubePlayerScript.m b/XCDYouTubeKit/XCDYouTubePlayerScript.m index 90710d4b..ed422f5c 100644 --- a/XCDYouTubeKit/XCDYouTubePlayerScript.m +++ b/XCDYouTubeKit/XCDYouTubePlayerScript.m @@ -73,7 +73,7 @@ - (instancetype) initWithString:(NSString *)string @"[\"']signature[\"']\\s*,\\s*([^\\(]+)", @"yt\\.akamaized\\.net/\\)\\s*\\|\\|\\s*.*?\\s*c\\s*&&d.set\\([^,]+\\s*,\\s*([a-zA-Z0-9$]+)", @"\\bcs*&&\\s*d\\.set\\([^,]+\\s*,\\s*([a-zA-Z0-9$]+)\\C", - @"\\bc\\s*&&\\s*d\\.set\\([^,]+\\s*,\\s*\\([^)]*\\)\\s*\\(\\s*([a-zA-Z0-9$]+)\\(" + @"\\bc\\s*&&\\s*d\\.set\\([^,]+\\s*,\\s*\\([^)]*\\)\\s*\\(\\s*([a-zA-Z0-9$]+)\\(" ]; NSMutableArray*validRegularExpressions = [NSMutableArray new];