mirror of
https://github.com/YGGverse/gemini-dl.git
synced 2026-03-31 17:15:32 +00:00
update readme
This commit is contained in:
parent
5079e733f8
commit
4c478c2e88
1 changed files with 16 additions and 16 deletions
|
|
@ -57,12 +57,12 @@ src/gemini-dl.php --source gemini://.. --target /path/to/download
|
||||||
### Options
|
### Options
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
## Required
|
# Required
|
||||||
|
|
||||||
-s, --source - string, gemini protocol address
|
-s, --source - string, gemini protocol address
|
||||||
-t, --target - string, absolute path to destination folder
|
-t, --target - string, absolute path to destination folder
|
||||||
|
|
||||||
## Optional
|
# Optional
|
||||||
|
|
||||||
-c, --crawl - no value, crawl document links (entire capsule download), disabled by default
|
-c, --crawl - no value, crawl document links (entire capsule download), disabled by default
|
||||||
-d, --delay - integer, pause between requests (seconds), 1 by default
|
-d, --delay - integer, pause between requests (seconds), 1 by default
|
||||||
|
|
@ -73,7 +73,7 @@ src/gemini-dl.php --source gemini://.. --target /path/to/download
|
||||||
-r, --raw - no value, include meta headers (--keep option ignored), disabled by default
|
-r, --raw - no value, include meta headers (--keep option ignored), disabled by default
|
||||||
-u, --unique - no value, append snap version as folder timestamp, disabled by default
|
-u, --unique - no value, append snap version as folder timestamp, disabled by default
|
||||||
|
|
||||||
## Experimental (in development)
|
# Experimental (in development)
|
||||||
|
|
||||||
-e, --external - no value, follow external hosts, disabled by default
|
-e, --external - no value, follow external hosts, disabled by default
|
||||||
-f, --follow - integer, follow redirects on --crawl, 0 by default
|
-f, --follow - integer, follow redirects on --crawl, 0 by default
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue