mirror of
https://github.com/NohamR/N_m3u8DL-RE.git
synced 2025-05-25 06:41:57 +00:00
解密后 检查文件大小
This commit is contained in:
parent
91cab2c7e3
commit
c34fb94af4
@ -336,7 +336,7 @@ namespace N_m3u8DL_RE.DownloadManager
|
||||
RedirectStandardError = true,
|
||||
UseShellExecute = false
|
||||
})!.WaitForExitAsync();
|
||||
if (File.Exists(dec))
|
||||
if (File.Exists(dec) && new FileInfo(dec).Length > 0)
|
||||
{
|
||||
File.Delete(enc);
|
||||
output = dec;
|
||||
|
Loading…
x
Reference in New Issue
Block a user