diff --git a/OF DL/Crypto/CryptoUtils.cs b/OF DL/Crypto/CryptoUtils.cs index 624dce0..3c519c8 100644 --- a/OF DL/Crypto/CryptoUtils.cs +++ b/OF DL/Crypto/CryptoUtils.cs @@ -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; diff --git a/OF DL/Crypto/Padding.cs b/OF DL/Crypto/Padding.cs index e3075e4..1225e1e 100644 --- a/OF DL/Crypto/Padding.cs +++ b/OF DL/Crypto/Padding.cs @@ -1,4 +1,4 @@ -using System.Security.Cryptography; +using System.Security.Cryptography; namespace OF_DL.Crypto; diff --git a/OF DL/Enumerations/MediaType.cs b/OF DL/Enumerations/MediaType.cs index da579c6..ccdd25d 100644 --- a/OF DL/Enumerations/MediaType.cs +++ b/OF DL/Enumerations/MediaType.cs @@ -1,4 +1,4 @@ -namespace OF_DL.Enumerations; +namespace OF_DL.Enumerations; public enum MediaType { diff --git a/OF DL/Helpers/DownloadContext.cs b/OF DL/Helpers/DownloadContext.cs index 0ba77f4..1a32612 100644 --- a/OF DL/Helpers/DownloadContext.cs +++ b/OF DL/Helpers/DownloadContext.cs @@ -1,4 +1,4 @@ -using OF_DL.Models; +using OF_DL.Models; using OF_DL.Services; namespace OF_DL.Helpers; diff --git a/OF DL/Helpers/VersionHelper.cs b/OF DL/Helpers/VersionHelper.cs index 1d28844..1343f3d 100644 --- a/OF DL/Helpers/VersionHelper.cs +++ b/OF DL/Helpers/VersionHelper.cs @@ -1,4 +1,4 @@ -using Newtonsoft.Json; +using Newtonsoft.Json; using OF_DL.Models; using Serilog; diff --git a/OF DL/Models/Dtos/Archived/CountersDto.cs b/OF DL/Models/Dtos/Archived/CountersDto.cs index 40e2500..32a515e 100644 --- a/OF DL/Models/Dtos/Archived/CountersDto.cs +++ b/OF DL/Models/Dtos/Archived/CountersDto.cs @@ -1,4 +1,4 @@ -using Newtonsoft.Json; +using Newtonsoft.Json; namespace OF_DL.Models.Dtos.Archived; diff --git a/OF DL/Models/Dtos/Archived/InfoDto.cs b/OF DL/Models/Dtos/Archived/InfoDto.cs index 1e4b13d..36c077a 100644 --- a/OF DL/Models/Dtos/Archived/InfoDto.cs +++ b/OF DL/Models/Dtos/Archived/InfoDto.cs @@ -1,4 +1,4 @@ -using Newtonsoft.Json; +using Newtonsoft.Json; using OF_DL.Models.Dtos.Common; namespace OF_DL.Models.Dtos.Archived; diff --git a/OF DL/Models/Dtos/Archived/LinkedPostDto.cs b/OF DL/Models/Dtos/Archived/LinkedPostDto.cs index 3bedcae..ac610fa 100644 --- a/OF DL/Models/Dtos/Archived/LinkedPostDto.cs +++ b/OF DL/Models/Dtos/Archived/LinkedPostDto.cs @@ -1,4 +1,4 @@ -using Newtonsoft.Json; +using Newtonsoft.Json; using OF_DL.Models.Dtos.Common; using OF_DL.Utils; diff --git a/OF DL/Models/Dtos/Archived/ListItemDto.cs b/OF DL/Models/Dtos/Archived/ListItemDto.cs index d2106ed..808202f 100644 --- a/OF DL/Models/Dtos/Archived/ListItemDto.cs +++ b/OF DL/Models/Dtos/Archived/ListItemDto.cs @@ -1,4 +1,4 @@ -using Newtonsoft.Json; +using Newtonsoft.Json; using OF_DL.Models.Dtos.Common; using OF_DL.Utils; diff --git a/OF DL/Models/Dtos/Archived/MediumDto.cs b/OF DL/Models/Dtos/Archived/MediumDto.cs index de6570b..bcbd99a 100644 --- a/OF DL/Models/Dtos/Archived/MediumDto.cs +++ b/OF DL/Models/Dtos/Archived/MediumDto.cs @@ -1,4 +1,4 @@ -using Newtonsoft.Json; +using Newtonsoft.Json; using OF_DL.Models.Dtos.Common; namespace OF_DL.Models.Dtos.Archived; diff --git a/OF DL/Models/Dtos/Common/AuthorDto.cs b/OF DL/Models/Dtos/Common/AuthorDto.cs index ab91233..2857aca 100644 --- a/OF DL/Models/Dtos/Common/AuthorDto.cs +++ b/OF DL/Models/Dtos/Common/AuthorDto.cs @@ -1,4 +1,4 @@ -using Newtonsoft.Json; +using Newtonsoft.Json; namespace OF_DL.Models.Dtos.Common; diff --git a/OF DL/Models/Dtos/Common/DashDto.cs b/OF DL/Models/Dtos/Common/DashDto.cs index 1a430b2..a3f8a1a 100644 --- a/OF DL/Models/Dtos/Common/DashDto.cs +++ b/OF DL/Models/Dtos/Common/DashDto.cs @@ -1,4 +1,4 @@ -using Newtonsoft.Json; +using Newtonsoft.Json; namespace OF_DL.Models.Dtos.Common; diff --git a/OF DL/Models/Dtos/Common/DrmDto.cs b/OF DL/Models/Dtos/Common/DrmDto.cs index a5a2d86..25271be 100644 --- a/OF DL/Models/Dtos/Common/DrmDto.cs +++ b/OF DL/Models/Dtos/Common/DrmDto.cs @@ -1,4 +1,4 @@ -using Newtonsoft.Json; +using Newtonsoft.Json; using OF_DL.Models.Dtos.Archived; namespace OF_DL.Models.Dtos.Common; diff --git a/OF DL/Models/Dtos/Common/FilesDto.cs b/OF DL/Models/Dtos/Common/FilesDto.cs index 12a4a6c..13692a8 100644 --- a/OF DL/Models/Dtos/Common/FilesDto.cs +++ b/OF DL/Models/Dtos/Common/FilesDto.cs @@ -1,4 +1,4 @@ -using Newtonsoft.Json; +using Newtonsoft.Json; namespace OF_DL.Models.Dtos.Common; diff --git a/OF DL/Models/Dtos/Common/FullDto.cs b/OF DL/Models/Dtos/Common/FullDto.cs index 1fda737..fd21dff 100644 --- a/OF DL/Models/Dtos/Common/FullDto.cs +++ b/OF DL/Models/Dtos/Common/FullDto.cs @@ -1,4 +1,4 @@ -using Newtonsoft.Json; +using Newtonsoft.Json; namespace OF_DL.Models.Dtos.Common; diff --git a/OF DL/Models/Dtos/Common/HlsDto.cs b/OF DL/Models/Dtos/Common/HlsDto.cs index d580efb..36e65b1 100644 --- a/OF DL/Models/Dtos/Common/HlsDto.cs +++ b/OF DL/Models/Dtos/Common/HlsDto.cs @@ -1,4 +1,4 @@ -using Newtonsoft.Json; +using Newtonsoft.Json; namespace OF_DL.Models.Dtos.Common; diff --git a/OF DL/Models/Dtos/Common/ManifestDto.cs b/OF DL/Models/Dtos/Common/ManifestDto.cs index 89f39c3..9e19ad4 100644 --- a/OF DL/Models/Dtos/Common/ManifestDto.cs +++ b/OF DL/Models/Dtos/Common/ManifestDto.cs @@ -1,4 +1,4 @@ -using Newtonsoft.Json; +using Newtonsoft.Json; namespace OF_DL.Models.Dtos.Common; diff --git a/OF DL/Models/Dtos/Common/PreviewDto.cs b/OF DL/Models/Dtos/Common/PreviewDto.cs index b1f96a2..ad19606 100644 --- a/OF DL/Models/Dtos/Common/PreviewDto.cs +++ b/OF DL/Models/Dtos/Common/PreviewDto.cs @@ -1,4 +1,4 @@ -using Newtonsoft.Json; +using Newtonsoft.Json; namespace OF_DL.Models.Dtos.Common; diff --git a/OF DL/Models/Dtos/Common/SignatureDto.cs b/OF DL/Models/Dtos/Common/SignatureDto.cs index 42ccaaf..bfc0374 100644 --- a/OF DL/Models/Dtos/Common/SignatureDto.cs +++ b/OF DL/Models/Dtos/Common/SignatureDto.cs @@ -1,4 +1,4 @@ -using Newtonsoft.Json; +using Newtonsoft.Json; namespace OF_DL.Models.Dtos.Common; diff --git a/OF DL/Models/Dtos/Common/SourceDto.cs b/OF DL/Models/Dtos/Common/SourceDto.cs index ae37216..a61fd1d 100644 --- a/OF DL/Models/Dtos/Common/SourceDto.cs +++ b/OF DL/Models/Dtos/Common/SourceDto.cs @@ -1,4 +1,4 @@ -using Newtonsoft.Json; +using Newtonsoft.Json; namespace OF_DL.Models.Dtos.Common; diff --git a/OF DL/Models/Dtos/Common/SourcesDto.cs b/OF DL/Models/Dtos/Common/SourcesDto.cs index a7d151f..f2d5d17 100644 --- a/OF DL/Models/Dtos/Common/SourcesDto.cs +++ b/OF DL/Models/Dtos/Common/SourcesDto.cs @@ -1,4 +1,4 @@ -using Newtonsoft.Json; +using Newtonsoft.Json; namespace OF_DL.Models.Dtos.Common; diff --git a/OF DL/Models/Dtos/Common/SquarePreviewDto.cs b/OF DL/Models/Dtos/Common/SquarePreviewDto.cs index fc67f0a..1457778 100644 --- a/OF DL/Models/Dtos/Common/SquarePreviewDto.cs +++ b/OF DL/Models/Dtos/Common/SquarePreviewDto.cs @@ -1,4 +1,4 @@ -using Newtonsoft.Json; +using Newtonsoft.Json; namespace OF_DL.Models.Dtos.Common; diff --git a/OF DL/Models/Dtos/Common/ThumbDto.cs b/OF DL/Models/Dtos/Common/ThumbDto.cs index b18f9c1..2257499 100644 --- a/OF DL/Models/Dtos/Common/ThumbDto.cs +++ b/OF DL/Models/Dtos/Common/ThumbDto.cs @@ -1,4 +1,4 @@ -using Newtonsoft.Json; +using Newtonsoft.Json; namespace OF_DL.Models.Dtos.Common; diff --git a/OF DL/Models/Dtos/Common/VideoSourcesDto.cs b/OF DL/Models/Dtos/Common/VideoSourcesDto.cs index 3f22ccf..0596204 100644 --- a/OF DL/Models/Dtos/Common/VideoSourcesDto.cs +++ b/OF DL/Models/Dtos/Common/VideoSourcesDto.cs @@ -1,4 +1,4 @@ -using Newtonsoft.Json; +using Newtonsoft.Json; namespace OF_DL.Models.Dtos.Common; diff --git a/OF DL/Models/Entities/Archived/ListItem.cs b/OF DL/Models/Entities/Archived/ListItem.cs index b7dd2d1..15333db 100644 --- a/OF DL/Models/Entities/Archived/ListItem.cs +++ b/OF DL/Models/Entities/Archived/ListItem.cs @@ -1,4 +1,4 @@ -using OF_DL.Models.Entities.Common; +using OF_DL.Models.Entities.Common; namespace OF_DL.Models.Entities.Archived; diff --git a/OF DL/Models/Entities/Archived/Medium.cs b/OF DL/Models/Entities/Archived/Medium.cs index bebf52d..9b8b537 100644 --- a/OF DL/Models/Entities/Archived/Medium.cs +++ b/OF DL/Models/Entities/Archived/Medium.cs @@ -1,4 +1,4 @@ -using OF_DL.Models.Entities.Common; +using OF_DL.Models.Entities.Common; namespace OF_DL.Models.Entities.Archived; diff --git a/OF DL/Models/Entities/Common/Author.cs b/OF DL/Models/Entities/Common/Author.cs index 50983e2..5f6b9d9 100644 --- a/OF DL/Models/Entities/Common/Author.cs +++ b/OF DL/Models/Entities/Common/Author.cs @@ -1,4 +1,4 @@ -namespace OF_DL.Models.Entities.Common; +namespace OF_DL.Models.Entities.Common; public class Author { diff --git a/OF DL/Models/Entities/Common/Dash.cs b/OF DL/Models/Entities/Common/Dash.cs index 380f375..5d746d6 100644 --- a/OF DL/Models/Entities/Common/Dash.cs +++ b/OF DL/Models/Entities/Common/Dash.cs @@ -1,4 +1,4 @@ -namespace OF_DL.Models.Entities.Common; +namespace OF_DL.Models.Entities.Common; public class Dash { diff --git a/OF DL/Models/Entities/Common/Drm.cs b/OF DL/Models/Entities/Common/Drm.cs index 2ccdbbb..fe97d3c 100644 --- a/OF DL/Models/Entities/Common/Drm.cs +++ b/OF DL/Models/Entities/Common/Drm.cs @@ -1,4 +1,4 @@ -namespace OF_DL.Models.Entities.Common; +namespace OF_DL.Models.Entities.Common; public class Drm { diff --git a/OF DL/Models/Entities/Common/Files.cs b/OF DL/Models/Entities/Common/Files.cs index 4dec6a1..97bdadb 100644 --- a/OF DL/Models/Entities/Common/Files.cs +++ b/OF DL/Models/Entities/Common/Files.cs @@ -1,4 +1,4 @@ -namespace OF_DL.Models.Entities.Common; +namespace OF_DL.Models.Entities.Common; public class Files { diff --git a/OF DL/Models/Entities/Common/Full.cs b/OF DL/Models/Entities/Common/Full.cs index 38032dc..517e09d 100644 --- a/OF DL/Models/Entities/Common/Full.cs +++ b/OF DL/Models/Entities/Common/Full.cs @@ -1,4 +1,4 @@ -namespace OF_DL.Models.Entities.Common; +namespace OF_DL.Models.Entities.Common; public class Full { diff --git a/OF DL/Models/Entities/Common/Manifest.cs b/OF DL/Models/Entities/Common/Manifest.cs index dbb5f1f..b3502b1 100644 --- a/OF DL/Models/Entities/Common/Manifest.cs +++ b/OF DL/Models/Entities/Common/Manifest.cs @@ -1,4 +1,4 @@ -namespace OF_DL.Models.Entities.Common; +namespace OF_DL.Models.Entities.Common; public class Manifest { diff --git a/OF DL/Models/Entities/Common/Signature.cs b/OF DL/Models/Entities/Common/Signature.cs index cb174ab..bf10deb 100644 --- a/OF DL/Models/Entities/Common/Signature.cs +++ b/OF DL/Models/Entities/Common/Signature.cs @@ -1,4 +1,4 @@ -namespace OF_DL.Models.Entities.Common; +namespace OF_DL.Models.Entities.Common; public class Signature { diff --git a/OF DL/Models/FileNameFormatConfig.cs b/OF DL/Models/FileNameFormatConfig.cs index 9b706af..8b51a05 100644 --- a/OF DL/Models/FileNameFormatConfig.cs +++ b/OF DL/Models/FileNameFormatConfig.cs @@ -1,4 +1,4 @@ -namespace OF_DL.Models; +namespace OF_DL.Models; public class FileNameFormatConfig : IFileNameFormatConfig { diff --git a/OF DL/Models/IFileNameFormatConfig.cs b/OF DL/Models/IFileNameFormatConfig.cs index ac774dd..85b1d60 100644 --- a/OF DL/Models/IFileNameFormatConfig.cs +++ b/OF DL/Models/IFileNameFormatConfig.cs @@ -1,4 +1,4 @@ -namespace OF_DL.Models; +namespace OF_DL.Models; public interface IFileNameFormatConfig { diff --git a/OF DL/Models/LatestReleaseAPIResponse.cs b/OF DL/Models/LatestReleaseAPIResponse.cs index be2322d..ec77eb7 100644 --- a/OF DL/Models/LatestReleaseAPIResponse.cs +++ b/OF DL/Models/LatestReleaseAPIResponse.cs @@ -1,4 +1,4 @@ -using Newtonsoft.Json; +using Newtonsoft.Json; namespace OF_DL.Models; diff --git a/OF DL/Models/Lists/UserList.cs b/OF DL/Models/Lists/UserList.cs index 60248cf..f499edb 100644 --- a/OF DL/Models/Lists/UserList.cs +++ b/OF DL/Models/Lists/UserList.cs @@ -1,4 +1,4 @@ -namespace OF_DL.Models.Lists; +namespace OF_DL.Models.Lists; public class UserList { diff --git a/OF DL/Models/ToggleableConfigAttribute.cs b/OF DL/Models/ToggleableConfigAttribute.cs index f04dcc0..98880a5 100644 --- a/OF DL/Models/ToggleableConfigAttribute.cs +++ b/OF DL/Models/ToggleableConfigAttribute.cs @@ -1,4 +1,4 @@ -namespace OF_DL.Models; +namespace OF_DL.Models; [AttributeUsage(AttributeTargets.Property)] internal class ToggleableConfigAttribute : Attribute diff --git a/OF DL/OF DL.csproj b/OF DL/OF DL.csproj index a57dfe5..8bc38a9 100644 --- a/OF DL/OF DL.csproj +++ b/OF DL/OF DL.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/OF DL/Widevine/CDMApi.cs b/OF DL/Widevine/CDMApi.cs index e6d7315..c1d3193 100644 --- a/OF DL/Widevine/CDMApi.cs +++ b/OF DL/Widevine/CDMApi.cs @@ -1,4 +1,4 @@ -namespace OF_DL.Widevine; +namespace OF_DL.Widevine; public class CDMApi { diff --git a/OF DL/Widevine/CDMDevice.cs b/OF DL/Widevine/CDMDevice.cs index 09fc4ef..887a91f 100644 --- a/OF DL/Widevine/CDMDevice.cs +++ b/OF DL/Widevine/CDMDevice.cs @@ -1,4 +1,4 @@ -using System.Text; +using System.Text; using Org.BouncyCastle.Crypto; using Org.BouncyCastle.Crypto.Digests; using Org.BouncyCastle.Crypto.Encodings; diff --git a/OF DL/Widevine/ContentKey.cs b/OF DL/Widevine/ContentKey.cs index 1ad7507..3a25f9d 100644 --- a/OF DL/Widevine/ContentKey.cs +++ b/OF DL/Widevine/ContentKey.cs @@ -1,4 +1,4 @@ -using System.ComponentModel.DataAnnotations.Schema; +using System.ComponentModel.DataAnnotations.Schema; using System.Text.Json.Serialization; namespace OF_DL.Widevine; diff --git a/OF DL/Widevine/DerivedKeys.cs b/OF DL/Widevine/DerivedKeys.cs index 5a61705..9aca670 100644 --- a/OF DL/Widevine/DerivedKeys.cs +++ b/OF DL/Widevine/DerivedKeys.cs @@ -1,4 +1,4 @@ -namespace OF_DL.Widevine; +namespace OF_DL.Widevine; public class DerivedKeys { diff --git a/OF DL/Widevine/PSSHBox.cs b/OF DL/Widevine/PSSHBox.cs index a61f694..64363d6 100644 --- a/OF DL/Widevine/PSSHBox.cs +++ b/OF DL/Widevine/PSSHBox.cs @@ -1,4 +1,4 @@ -namespace OF_DL.Widevine; +namespace OF_DL.Widevine; internal class PSSHBox { diff --git a/OF DL/Widevine/Session.cs b/OF DL/Widevine/Session.cs index 5e16afc..e9177ef 100644 --- a/OF DL/Widevine/Session.cs +++ b/OF DL/Widevine/Session.cs @@ -1,4 +1,4 @@ -namespace OF_DL.Widevine; +namespace OF_DL.Widevine; internal class Session { diff --git a/OF DL/Widevine/WvProto2.cs b/OF DL/Widevine/WvProto2.cs index 2a5c0b4..452430d 100644 --- a/OF DL/Widevine/WvProto2.cs +++ b/OF DL/Widevine/WvProto2.cs @@ -1,4 +1,4 @@ -// +// // This file was generated by a tool; you should avoid making direct changes. // Consider using 'partial classes' to extend these types // Input: my.proto