mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
re-add initial support for 7zip
This commit is contained in:
parent
f9981094f4
commit
1241f90189
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ private static readonly Dictionary<string, Func<ListInfo, IRequest>> CommandsByE
|
|||
= new Dictionary<string, Func<ListInfo, IRequest>>
|
||||
{
|
||||
{"", 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)},
|
||||
|
|
|
|||
Loading…
Reference in a new issue