10 lines
222 B
C#
10 lines
222 B
C#
namespace OF_DL.Helpers;
|
|
|
|
public static class Constants
|
|
{
|
|
public const string API_URL = "https://onlyfans.com/api2/v2";
|
|
|
|
public const int WIDEVINE_RETRY_DELAY = 10;
|
|
public const int WIDEVINE_MAX_RETRIES = 3;
|
|
}
|