Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Sep 18, 2024
1 parent a28ddba commit e467006
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions YoutubeExplode/YoutubeHttpHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
Expand Down

0 comments on commit e467006

Please sign in to comment.