Updated scanner to infer when it has reached the end of results.
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
using HtmlAgilityPack;
|
||||
|
||||
namespace JSMR.Infrastructure.Http;
|
||||
namespace JSMR.Infrastructure.Http;
|
||||
|
||||
public interface IHtmlLoader
|
||||
{
|
||||
Task<HtmlDocument> GetHtmlDocumentAsync(string url, CancellationToken cancellationToken);
|
||||
Task<HtmlLoadResult> GetHtmlDocumentAsync(string url, CancellationToken cancellationToken);
|
||||
}
|
||||
Reference in New Issue
Block a user