From e4670068e9895e03a66a64547d9830f81abd5202 Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Wed, 18 Sep 2024 20:42:45 +0300 Subject: [PATCH] Formatting --- YoutubeExplode/YoutubeHttpHandler.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/YoutubeExplode/YoutubeHttpHandler.cs b/YoutubeExplode/YoutubeHttpHandler.cs index 456f7784..1f067cb7 100644 --- a/YoutubeExplode/YoutubeHttpHandler.cs +++ b/YoutubeExplode/YoutubeHttpHandler.cs @@ -33,10 +33,7 @@ public YoutubeHttpHandler( // https://github.com/Tyrrrz/YoutubeExplode/issues/730 // https://github.com/Tyrrrz/YoutubeExplode/issues/732 _cookieContainer.Add( - new Cookie( - "SOCS", - "CAISEwgDEgk2NzM5OTg2ODUaAmVuIAEaBgiA6p23Bg" - ) + new Cookie("SOCS", "CAISEwgDEgk2NzM5OTg2ODUaAmVuIAEaBgiA6p23Bg") { Domain = "youtube.com", }