re-add initial support for 7zip

This commit is contained in:
Collin M. Barrett 2019-06-30 20:39:52 -05:00
parent f9981094f4
commit 1241f90189

View file

@ -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)},