forked from sim0n00ps/OF-DL
Remove unused imports
This commit is contained in:
parent
7f1cd03f2f
commit
86ee476dc5
@ -1,7 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Security.Cryptography;
|
||||
using System.Security.Cryptography;
|
||||
|
||||
namespace WidevineClient.Crypto
|
||||
{
|
||||
|
||||
@ -1,10 +1,5 @@
|
||||
using Newtonsoft.Json;
|
||||
using OF_DL.Utils;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OF_DL.Entities.Archived
|
||||
{
|
||||
|
||||
@ -1,9 +1,3 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OF_DL.Entities.Archived
|
||||
{
|
||||
public class ArchivedCollection
|
||||
|
||||
@ -1,8 +1,3 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace OF_DL.Entities
|
||||
|
||||
@ -1,9 +1,4 @@
|
||||
using Newtonsoft.Json;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OF_DL.Entities
|
||||
{
|
||||
|
||||
@ -1,9 +1,4 @@
|
||||
using Newtonsoft.Json;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OF_DL.Entities.Highlights
|
||||
{
|
||||
|
||||
@ -1,9 +1,3 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OF_DL.Entities.Highlights
|
||||
{
|
||||
public class Highlights
|
||||
|
||||
@ -1,10 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OF_DL.Entities.Lists
|
||||
namespace OF_DL.Entities.Lists
|
||||
{
|
||||
public class UserList
|
||||
{
|
||||
|
||||
@ -1,9 +1,3 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OF_DL.Entities.Lists
|
||||
{
|
||||
public class UsersList
|
||||
|
||||
@ -1,9 +1,3 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OF_DL.Entities.Messages
|
||||
{
|
||||
public class MessageCollection
|
||||
|
||||
@ -1,9 +1,4 @@
|
||||
using Newtonsoft.Json;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OF_DL.Entities.Messages
|
||||
{
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
using Newtonsoft.Json;
|
||||
using static OF_DL.Entities.Messages.Messages;
|
||||
|
||||
namespace OF_DL.Entities.Messages
|
||||
|
||||
@ -1,9 +1,4 @@
|
||||
using Newtonsoft.Json;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OF_DL.Entities
|
||||
{
|
||||
|
||||
@ -1,11 +1,5 @@
|
||||
using Newtonsoft.Json;
|
||||
using OF_DL.Utils;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using static OF_DL.Entities.Messages.Messages;
|
||||
|
||||
namespace OF_DL.Entities.Post;
|
||||
|
||||
|
||||
@ -1,9 +1,3 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OF_DL.Entities.Post
|
||||
{
|
||||
public class PostCollection
|
||||
|
||||
@ -1,11 +1,5 @@
|
||||
using Newtonsoft.Json;
|
||||
using OF_DL.Utils;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using static OF_DL.Entities.Post.Post;
|
||||
|
||||
namespace OF_DL.Entities.Post
|
||||
{
|
||||
|
||||
@ -1,9 +1,3 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OF_DL.Entities.Post
|
||||
{
|
||||
public class SinglePostCollection
|
||||
|
||||
@ -1,8 +1,3 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using static OF_DL.Entities.Messages.Messages;
|
||||
|
||||
namespace OF_DL.Entities.Purchased
|
||||
|
||||
@ -1,9 +1,4 @@
|
||||
using Newtonsoft.Json;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using static OF_DL.Entities.Messages.Messages;
|
||||
|
||||
namespace OF_DL.Entities.Purchased
|
||||
|
||||
@ -1,9 +1,3 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OF_DL.Entities.Purchased
|
||||
{
|
||||
public class PurchasedTabCollection
|
||||
|
||||
@ -1,10 +1,4 @@
|
||||
using OF_DL.Entities.Messages;
|
||||
using OF_DL.Entities.Post;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using static OF_DL.Entities.Messages.Messages;
|
||||
|
||||
namespace OF_DL.Entities.Purchased
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
using Newtonsoft.Json.Converters;
|
||||
using System.Runtime.Serialization;
|
||||
|
||||
namespace OF_DL.Entities
|
||||
{
|
||||
|
||||
@ -1,9 +1,4 @@
|
||||
using Newtonsoft.Json;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OF_DL.Entities.Stories
|
||||
{
|
||||
|
||||
@ -1,10 +1,5 @@
|
||||
using Newtonsoft.Json;
|
||||
using OF_DL.Utils;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OF_DL.Entities.Streams
|
||||
{
|
||||
|
||||
@ -1,9 +1,3 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OF_DL.Entities.Streams
|
||||
{
|
||||
public class StreamsCollection
|
||||
|
||||
@ -1,9 +1,3 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OF_DL.Entities
|
||||
{
|
||||
public class Subscriptions
|
||||
|
||||
@ -1,9 +1,3 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OF_DL.Entities
|
||||
{
|
||||
public class User
|
||||
|
||||
@ -1,9 +1,3 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OF_DL.Enumerations;
|
||||
|
||||
public enum CustomFileNameOption
|
||||
|
||||
@ -1,9 +1,3 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OF_DL.Enumerations
|
||||
{
|
||||
public enum DownloadDateSelection
|
||||
|
||||
@ -1,9 +1,3 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OF_DL.Enumerations
|
||||
{
|
||||
public enum LoggingLevel
|
||||
|
||||
@ -1,10 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OF_DL.Enumurations
|
||||
namespace OF_DL.Enumerations
|
||||
{
|
||||
public enum MediaType
|
||||
{
|
||||
|
||||
@ -1,9 +1,3 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OF_DL.Enumerations
|
||||
{
|
||||
public enum VideoResolution
|
||||
|
||||
@ -7,7 +7,6 @@ using OF_DL.Entities.Post;
|
||||
using OF_DL.Entities.Purchased;
|
||||
using OF_DL.Entities.Streams;
|
||||
using OF_DL.Enumerations;
|
||||
using OF_DL.Enumurations;
|
||||
using OF_DL.CLI;
|
||||
using OF_DL.Helpers;
|
||||
using OF_DL.Services;
|
||||
@ -18,6 +17,7 @@ using System.Runtime.InteropServices;
|
||||
using System.Text.RegularExpressions;
|
||||
using static OF_DL.Entities.Messages.Messages;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Constants = OF_DL.Widevine.Constants;
|
||||
|
||||
namespace OF_DL;
|
||||
|
||||
|
||||
@ -10,7 +10,6 @@ using OF_DL.Entities.Purchased;
|
||||
using OF_DL.Entities.Stories;
|
||||
using OF_DL.Entities.Streams;
|
||||
using OF_DL.Enumerations;
|
||||
using OF_DL.Enumurations;
|
||||
using Serilog;
|
||||
using Spectre.Console;
|
||||
using System.Globalization;
|
||||
@ -19,8 +18,7 @@ using System.Text;
|
||||
using System.Text.Json;
|
||||
using System.Xml.Linq;
|
||||
using OF_DL.Widevine;
|
||||
using WidevineClient.Widevine;
|
||||
using static WidevineClient.HttpUtil;
|
||||
using static OF_DL.Utils.HttpUtil;
|
||||
using Constants = OF_DL.Helpers.Constants;
|
||||
|
||||
namespace OF_DL.Services;
|
||||
|
||||
@ -10,7 +10,6 @@ using OF_DL.Entities.Post;
|
||||
using OF_DL.Entities.Purchased;
|
||||
using OF_DL.Entities.Streams;
|
||||
using OF_DL.Enumerations;
|
||||
using OF_DL.Enumurations;
|
||||
using OF_DL.Utils;
|
||||
using Serilog;
|
||||
using Serilog.Events;
|
||||
|
||||
@ -5,7 +5,7 @@ using OF_DL.Entities.Messages;
|
||||
using OF_DL.Entities.Post;
|
||||
using OF_DL.Entities.Purchased;
|
||||
using OF_DL.Entities.Streams;
|
||||
using OF_DL.Enumurations;
|
||||
using OF_DL.Enumerations;
|
||||
using Spectre.Console;
|
||||
|
||||
namespace OF_DL.Services
|
||||
|
||||
@ -1,7 +1,4 @@
|
||||
using OF_DL.Helpers;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Net.Http;
|
||||
using System.Text;
|
||||
|
||||
namespace WidevineClient
|
||||
@ -1,10 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Linq;
|
||||
using System.Reactive.Concurrency;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OF_DL.Utils;
|
||||
|
||||
|
||||
@ -1,8 +1,3 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Xml.Linq;
|
||||
|
||||
namespace OF_DL.Utils
|
||||
|
||||
@ -1,11 +1,7 @@
|
||||
using ProtoBuf;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using System.Security.Cryptography;
|
||||
using System.Text;
|
||||
using ProtoBuf;
|
||||
using WidevineClient.Crypto;
|
||||
|
||||
namespace WidevineClient.Widevine
|
||||
|
||||
@ -1,14 +1,11 @@
|
||||
using Org.BouncyCastle.Crypto;
|
||||
using System.Text;
|
||||
using Org.BouncyCastle.Crypto;
|
||||
using Org.BouncyCastle.Crypto.Digests;
|
||||
using Org.BouncyCastle.Crypto.Encodings;
|
||||
using Org.BouncyCastle.Crypto.Engines;
|
||||
using Org.BouncyCastle.Crypto.Signers;
|
||||
using Org.BouncyCastle.OpenSsl;
|
||||
using ProtoBuf;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Text;
|
||||
|
||||
namespace WidevineClient.Widevine
|
||||
{
|
||||
|
||||
@ -1,7 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using System.Linq;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace WidevineClient.Widevine
|
||||
|
||||
@ -1,8 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
namespace WidevineClient.Widevine
|
||||
namespace OF_DL.Widevine
|
||||
{
|
||||
class PSSHBox
|
||||
{
|
||||
|
||||
@ -1,6 +1,4 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace WidevineClient.Widevine
|
||||
namespace OF_DL.Widevine
|
||||
{
|
||||
class Session
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user