mirror of
https://github.com/NohamR/N_m3u8DL-RE.git
synced 2025-05-25 14:51:52 +00:00
Merge pull request #208 from cyclamenkde/main
[bug fix] When the environment is Linux/Unix, an exception will be th…
This commit is contained in:
commit
c5523c956c
@ -85,7 +85,7 @@ namespace N_m3u8DL_RE.Util
|
||||
else
|
||||
div = 200;
|
||||
|
||||
string outputName = Path.GetDirectoryName(files[0]) + "\\T";
|
||||
string outputName = Path.Combine(Path.GetDirectoryName(files[0])!, "T");
|
||||
int index = 0; //序号
|
||||
|
||||
//按照div的容量分割为小数组
|
||||
|
Loading…
x
Reference in New Issue
Block a user