From 0b0eb9237c2e393933bcb393dcdde8ea2d12d544 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Thu, 27 Jun 2019 10:41:34 -0500 Subject: [PATCH] add TODO with all extension types to support downloading --- .../ListArchiver/DownloadList.cs | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/src/FilterLists.Agent/ListArchiver/DownloadList.cs b/src/FilterLists.Agent/ListArchiver/DownloadList.cs index 25914086e..592aedde4 100644 --- a/src/FilterLists.Agent/ListArchiver/DownloadList.cs +++ b/src/FilterLists.Agent/ListArchiver/DownloadList.cs @@ -6,6 +6,35 @@ using FilterLists.Agent.Entities; using MediatR; +/* +TODO: support downloading all of the following extensions +"" (no extension) +7z +acl +action +all +aspx +bat +blacklist +conf +csv +dat +deny +host +hosts +ips +ipset +json +list +lsrules +netset +p2p +php +tpl +txt +zip +*/ + namespace FilterLists.Agent.ListArchiver { public static class DownloadList