解密后 检查文件大小
This commit is contained in:
parent
91cab2c7e3
commit
c34fb94af4
|
@ -336,7 +336,7 @@ namespace N_m3u8DL_RE.DownloadManager
|
||||||
RedirectStandardError = true,
|
RedirectStandardError = true,
|
||||||
UseShellExecute = false
|
UseShellExecute = false
|
||||||
})!.WaitForExitAsync();
|
})!.WaitForExitAsync();
|
||||||
if (File.Exists(dec))
|
if (File.Exists(dec) && new FileInfo(dec).Length > 0)
|
||||||
{
|
{
|
||||||
File.Delete(enc);
|
File.Delete(enc);
|
||||||
output = dec;
|
output = dec;
|
||||||
|
|
Loading…
Reference in New Issue