mirror of
https://github.com/YGGverse/gemini-dl.git
synced 2026-04-01 09:35:35 +00:00
make absolute filename in links optional and disabled by default
This commit is contained in:
parent
4c478c2e88
commit
84e3d223d5
6 changed files with 102 additions and 21 deletions
|
|
@ -15,8 +15,9 @@ try
|
|||
// Start application
|
||||
$cli = new Cli(
|
||||
getopt(
|
||||
'cd:ef:hi:kl:m:rs:t:u',
|
||||
'acd:ef:hi:kl:m:rs:t:u',
|
||||
[
|
||||
'absolute:',
|
||||
'crawl:',
|
||||
'delay:',
|
||||
'external',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue