Remove BOM from files

This commit is contained in:
whimsical-c4lic0 2026-02-08 15:45:40 -06:00
parent 35712da12d
commit f243471b29
46 changed files with 46 additions and 46 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json;
using Newtonsoft.Json;
using OF_DL.Models.Dtos.Common;
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.Utils;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json;
using Newtonsoft.Json;
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;

View File

@ -1,4 +1,4 @@
using OF_DL.Models.Entities.Common;
using OF_DL.Models.Entities.Common;
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
{

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
using System.Text;
using System.Text;
using Org.BouncyCastle.Crypto;
using Org.BouncyCastle.Crypto.Digests;
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;
namespace OF_DL.Widevine;

View File

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

View File

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

View File

@ -1,4 +1,4 @@
namespace OF_DL.Widevine;
namespace OF_DL.Widevine;
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.
// Consider using 'partial classes' to extend these types
// Input: my.proto