reduce cpu cycles in parsing in producer
This commit is contained in:
@@ -2,6 +2,7 @@ namespace Producer.Features.ParseTorrentTitle;
|
||||
|
||||
public interface IParsingService
|
||||
{
|
||||
TorrentType GetTypeByName(string name);
|
||||
ParsedFilename Parse(string name);
|
||||
string Naked(string title);
|
||||
List<string> GrabYears(string str);
|
||||
|
||||
Reference in New Issue
Block a user