Downloader is a RedumpTool class

This commit is contained in:
Matt Nadareski
2026-02-26 21:20:49 -05:00
parent 3381f5bf29
commit eea5dd66ff
6 changed files with 18 additions and 19 deletions

View File

@@ -1,9 +1,8 @@
using System.Collections.Generic;
using System.Threading.Tasks;
using SabreTools.RedumpLib.Data;
using SabreTools.RedumpLib.Web;
namespace SabreTools.RedumpLib
namespace RedumpTool
{
/// <summary>
/// Contains logic for dealing with downloads

View File

@@ -0,0 +1,15 @@
namespace RedumpTool
{
/// <summary>
/// Determines what download type to initate
/// </summary>
public enum Feature
{
NONE,
Site,
WIP,
Packs,
User,
Quicksearch,
}
}

View File

@@ -1,7 +1,5 @@
using System;
using System.IO;
using SabreTools.RedumpLib;
using SabreTools.RedumpLib.Data;
namespace RedumpTool
{

View File

@@ -122,19 +122,6 @@ namespace SabreTools.RedumpLib.Data
TwoOrMoreGreen = 5,
}
/// <summary>
/// Determines what download type to initate
/// </summary>
public enum Feature
{
NONE,
Site,
WIP,
Packs,
User,
Quicksearch,
}
/// <summary>
/// List of all disc langauges
/// </summary>

View File

@@ -7,7 +7,7 @@ namespace SabreTools.RedumpLib.Web
/// <summary>
/// Contains logic for dealing with packs
/// </summary>
internal static class Packs
public static class Packs
{
/// <summary>
/// Download premade packs

View File

@@ -8,7 +8,7 @@ namespace SabreTools.RedumpLib.Web
/// <summary>
/// Contains logic for dealing with searches
/// </summary>
internal static class Search
public static class Search
{
/// <summary>
/// List the disc IDs associated with a given quicksearch query