mirror of
https://github.com/YGGverse/gemini-dl.git
synced 2026-03-31 09:05:31 +00:00
format separators
This commit is contained in:
parent
84e3d223d5
commit
f6ddd79a57
2 changed files with 2 additions and 1 deletions
|
|
@ -250,6 +250,7 @@ class Cli
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Replace link to local path
|
// Replace link to local path
|
||||||
$link->setAddress(
|
$link->setAddress(
|
||||||
$local
|
$local
|
||||||
|
|
|
||||||
|
|
@ -217,7 +217,7 @@ class Filesystem
|
||||||
|
|
||||||
$segments = [];
|
$segments = [];
|
||||||
|
|
||||||
foreach (
|
foreach(
|
||||||
explode(
|
explode(
|
||||||
DIRECTORY_SEPARATOR,
|
DIRECTORY_SEPARATOR,
|
||||||
$dirname
|
$dirname
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue