Major refactor #141

Merged
sim0n00ps merged 55 commits from whimsical-c4lic0/OF-DL:refactor-architecture into master 2026-02-13 00:21:58 +00:00
46 changed files with 46 additions and 46 deletions
Showing only changes of commit f243471b29 - Show all commits

View File

@ -1,4 +1,4 @@
using System.Security.Cryptography; using System.Security.Cryptography;
using Org.BouncyCastle.Crypto; using Org.BouncyCastle.Crypto;
using Org.BouncyCastle.Crypto.Engines; using Org.BouncyCastle.Crypto.Engines;
using Org.BouncyCastle.Crypto.Macs; using Org.BouncyCastle.Crypto.Macs;

View File

@ -1,4 +1,4 @@
using System.Security.Cryptography; using System.Security.Cryptography;
namespace OF_DL.Crypto; namespace OF_DL.Crypto;

View File

@ -1,4 +1,4 @@
namespace OF_DL.Enumerations; namespace OF_DL.Enumerations;
public enum MediaType public enum MediaType
{ {

View File

@ -1,4 +1,4 @@
using OF_DL.Models; using OF_DL.Models;
using OF_DL.Services; using OF_DL.Services;
namespace OF_DL.Helpers; namespace OF_DL.Helpers;

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json; using Newtonsoft.Json;
using OF_DL.Models; using OF_DL.Models;
using Serilog; using Serilog;

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json; using Newtonsoft.Json;
namespace OF_DL.Models.Dtos.Archived; namespace OF_DL.Models.Dtos.Archived;

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json; using Newtonsoft.Json;
using OF_DL.Models.Dtos.Common; using OF_DL.Models.Dtos.Common;
namespace OF_DL.Models.Dtos.Archived; namespace OF_DL.Models.Dtos.Archived;

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json; using Newtonsoft.Json;
using OF_DL.Models.Dtos.Common; using OF_DL.Models.Dtos.Common;
using OF_DL.Utils; using OF_DL.Utils;

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json; using Newtonsoft.Json;
using OF_DL.Models.Dtos.Common; using OF_DL.Models.Dtos.Common;
using OF_DL.Utils; using OF_DL.Utils;

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json; using Newtonsoft.Json;
using OF_DL.Models.Dtos.Common; using OF_DL.Models.Dtos.Common;
namespace OF_DL.Models.Dtos.Archived; namespace OF_DL.Models.Dtos.Archived;

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json; using Newtonsoft.Json;
namespace OF_DL.Models.Dtos.Common; namespace OF_DL.Models.Dtos.Common;

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json; using Newtonsoft.Json;
namespace OF_DL.Models.Dtos.Common; namespace OF_DL.Models.Dtos.Common;

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json; using Newtonsoft.Json;
using OF_DL.Models.Dtos.Archived; using OF_DL.Models.Dtos.Archived;
namespace OF_DL.Models.Dtos.Common; namespace OF_DL.Models.Dtos.Common;

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json; using Newtonsoft.Json;
namespace OF_DL.Models.Dtos.Common; namespace OF_DL.Models.Dtos.Common;

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json; using Newtonsoft.Json;
namespace OF_DL.Models.Dtos.Common; namespace OF_DL.Models.Dtos.Common;

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json; using Newtonsoft.Json;
namespace OF_DL.Models.Dtos.Common; namespace OF_DL.Models.Dtos.Common;

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json; using Newtonsoft.Json;
namespace OF_DL.Models.Dtos.Common; namespace OF_DL.Models.Dtos.Common;

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json; using Newtonsoft.Json;
namespace OF_DL.Models.Dtos.Common; namespace OF_DL.Models.Dtos.Common;

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json; using Newtonsoft.Json;
namespace OF_DL.Models.Dtos.Common; namespace OF_DL.Models.Dtos.Common;

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json; using Newtonsoft.Json;
namespace OF_DL.Models.Dtos.Common; namespace OF_DL.Models.Dtos.Common;

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json; using Newtonsoft.Json;
namespace OF_DL.Models.Dtos.Common; namespace OF_DL.Models.Dtos.Common;

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json; using Newtonsoft.Json;
namespace OF_DL.Models.Dtos.Common; namespace OF_DL.Models.Dtos.Common;

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json; using Newtonsoft.Json;
namespace OF_DL.Models.Dtos.Common; namespace OF_DL.Models.Dtos.Common;

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json; using Newtonsoft.Json;
namespace OF_DL.Models.Dtos.Common; namespace OF_DL.Models.Dtos.Common;

View File

@ -1,4 +1,4 @@
using OF_DL.Models.Entities.Common; using OF_DL.Models.Entities.Common;
namespace OF_DL.Models.Entities.Archived; namespace OF_DL.Models.Entities.Archived;

View File

@ -1,4 +1,4 @@
using OF_DL.Models.Entities.Common; using OF_DL.Models.Entities.Common;
namespace OF_DL.Models.Entities.Archived; namespace OF_DL.Models.Entities.Archived;

View File

@ -1,4 +1,4 @@
namespace OF_DL.Models.Entities.Common; namespace OF_DL.Models.Entities.Common;
public class Author public class Author
{ {

View File

@ -1,4 +1,4 @@
namespace OF_DL.Models.Entities.Common; namespace OF_DL.Models.Entities.Common;
public class Dash public class Dash
{ {

View File

@ -1,4 +1,4 @@
namespace OF_DL.Models.Entities.Common; namespace OF_DL.Models.Entities.Common;
public class Drm public class Drm
{ {

View File

@ -1,4 +1,4 @@
namespace OF_DL.Models.Entities.Common; namespace OF_DL.Models.Entities.Common;
public class Files public class Files
{ {

View File

@ -1,4 +1,4 @@
namespace OF_DL.Models.Entities.Common; namespace OF_DL.Models.Entities.Common;
public class Full public class Full
{ {

View File

@ -1,4 +1,4 @@
namespace OF_DL.Models.Entities.Common; namespace OF_DL.Models.Entities.Common;
public class Manifest public class Manifest
{ {

View File

@ -1,4 +1,4 @@
namespace OF_DL.Models.Entities.Common; namespace OF_DL.Models.Entities.Common;
public class Signature public class Signature
{ {

View File

@ -1,4 +1,4 @@
namespace OF_DL.Models; namespace OF_DL.Models;
public class FileNameFormatConfig : IFileNameFormatConfig public class FileNameFormatConfig : IFileNameFormatConfig
{ {

View File

@ -1,4 +1,4 @@
namespace OF_DL.Models; namespace OF_DL.Models;
public interface IFileNameFormatConfig public interface IFileNameFormatConfig
{ {

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json; using Newtonsoft.Json;
namespace OF_DL.Models; namespace OF_DL.Models;

View File

@ -1,4 +1,4 @@
namespace OF_DL.Models.Lists; namespace OF_DL.Models.Lists;
public class UserList public class UserList
{ {

View File

@ -1,4 +1,4 @@
namespace OF_DL.Models; namespace OF_DL.Models;
[AttributeUsage(AttributeTargets.Property)] [AttributeUsage(AttributeTargets.Property)]
internal class ToggleableConfigAttribute : Attribute internal class ToggleableConfigAttribute : Attribute

View File

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>

View File

@ -1,4 +1,4 @@
namespace OF_DL.Widevine; namespace OF_DL.Widevine;
public class CDMApi public class CDMApi
{ {

View File

@ -1,4 +1,4 @@
using System.Text; using System.Text;
using Org.BouncyCastle.Crypto; using Org.BouncyCastle.Crypto;
using Org.BouncyCastle.Crypto.Digests; using Org.BouncyCastle.Crypto.Digests;
using Org.BouncyCastle.Crypto.Encodings; using Org.BouncyCastle.Crypto.Encodings;

View File

@ -1,4 +1,4 @@
using System.ComponentModel.DataAnnotations.Schema; using System.ComponentModel.DataAnnotations.Schema;
using System.Text.Json.Serialization; using System.Text.Json.Serialization;
namespace OF_DL.Widevine; namespace OF_DL.Widevine;

View File

@ -1,4 +1,4 @@
namespace OF_DL.Widevine; namespace OF_DL.Widevine;
public class DerivedKeys public class DerivedKeys
{ {

View File

@ -1,4 +1,4 @@
namespace OF_DL.Widevine; namespace OF_DL.Widevine;
internal class PSSHBox internal class PSSHBox
{ {

View File

@ -1,4 +1,4 @@
namespace OF_DL.Widevine; namespace OF_DL.Widevine;
internal class Session internal class Session
{ {

View File

@ -1,4 +1,4 @@
// <auto-generated> // <auto-generated>
// This file was generated by a tool; you should avoid making direct changes. // This file was generated by a tool; you should avoid making direct changes.
// Consider using 'partial classes' to extend these types // Consider using 'partial classes' to extend these types
// Input: my.proto // Input: my.proto