[CHANGE] Cookie import by netscape cookie txt format
This commit is contained in:
22
Manager.YouTube/Constants/CookieConstants.cs
Normal file
22
Manager.YouTube/Constants/CookieConstants.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
namespace Manager.YouTube.Constants;
|
||||
|
||||
public static class CookieConstants
|
||||
{
|
||||
public static readonly IReadOnlyCollection<string> RequiredCookiesNames = new HashSet<string>
|
||||
{
|
||||
"SID",
|
||||
"SIDCC",
|
||||
"HSID",
|
||||
"SSID",
|
||||
"APISID",
|
||||
"SAPISID",
|
||||
"__Secure-1PAPISID",
|
||||
"__Secure-1PSID",
|
||||
"__Secure-1PSIDCC",
|
||||
"__Secure-1PSIDTS",
|
||||
"__Secure-3PAPISID",
|
||||
"__Secure-3PSID",
|
||||
"__Secure-3PSIDCC",
|
||||
"__Secure-3PSIDTS"
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user