mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
docs(archival): 📝 fix todo typo
This commit is contained in:
parent
716cd38284
commit
9c367dbfc6
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ private async Task DownloadSegments(
|
|||
var streams = await Task.WhenAll(readTasks);
|
||||
|
||||
// TODO: prefix fileName with listId
|
||||
// TODO: add ".txt" sources with no extension
|
||||
// TODO: add ".txt" for sources with no extension
|
||||
var fileName = Uri.UnescapeDataString(segments.First().Url.Segments.Last());
|
||||
var target = new FileInfo(fileName);
|
||||
await _archiver.ArchiveFileAsync(new FileToArchive(target, streams), cancellationToken);
|
||||
|
|
|
|||
Loading…
Reference in a new issue