* Process DMM all locally single call to github to download the repo archive. remove need for PAT update RTN to 0.2.13 change to batch_parse for title parsing from RTN * introduce concurrent dictionary, and parallelism
6 lines
160 B
C#
6 lines
160 B
C#
namespace Producer.Features.Crawlers.Dmm;
|
|
|
|
public interface IDMMFileDownloader
|
|
{
|
|
Task<string> DownloadFileToTempPath(CancellationToken cancellationToken);
|
|
} |