mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
Wip Blacklisting dmm porn
Create adult text classifier ML Model wip - starting to write PTN in c# More work on season, show and movie parsing Remove ML project
This commit is contained in:
9
src/producer/Features/ParseTorrentTitle/QualityModel.cs
Normal file
9
src/producer/Features/ParseTorrentTitle/QualityModel.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Producer.Features.ParseTorrentTitle;
|
||||
|
||||
public class QualityModel
|
||||
{
|
||||
public List<Source> Sources { get; set; } = [];
|
||||
public QualityModifier? Modifier { get; set; }
|
||||
public Resolution? Resolution { get; set; }
|
||||
public Revision Revision { get; set; } = new();
|
||||
}
|
||||
Reference in New Issue
Block a user