♻️ Move the web reader from Sphere to Insight (w.i.p)
This commit is contained in:
9
DysonNetwork.Insight/Reader/ScrapedArticle.cs
Normal file
9
DysonNetwork.Insight/Reader/ScrapedArticle.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using DysonNetwork.Shared.Models.Embed;
|
||||
|
||||
namespace DysonNetwork.Insight.Reader;
|
||||
|
||||
public class ScrapedArticle
|
||||
{
|
||||
public LinkEmbed LinkEmbed { get; set; } = null!;
|
||||
public string? Content { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user