diff --git a/src/FilterLists.Agent/Features/Archiver/DownloadLists.cs b/src/FilterLists.Agent/Features/Archiver/DownloadLists.cs index 6b227f354..8859590f7 100644 --- a/src/FilterLists.Agent/Features/Archiver/DownloadLists.cs +++ b/src/FilterLists.Agent/Features/Archiver/DownloadLists.cs @@ -31,7 +31,7 @@ private static readonly Dictionary> CommandsByE = new Dictionary> { {"", l => new DownloadRawText.Command(l)}, - //{".7z", l => new DownloadRawText.Command(l)}, + {".7z", l => new DownloadSevenZip.Command(l)}, {".acl", l => new DownloadRawText.Command(l)}, {".action", l => new DownloadRawText.Command(l)}, {".all", l => new DownloadRawText.Command(l)},