1
0
forked from sim0n00ps/OF-DL
OF-DL/OF DL/Helpers/Constants.cs

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;
}