|
|
@@ -66,7 +66,7 @@ SingleFile can be launched from the command line by running it into a (headless)
|
|
|
|
|
|
`single-file --urls-file=list-urls.txt`
|
|
|
|
|
|
- - Save https://www.wikipedia.org and crawl its inner links with their query parameters removed from the URL
|
|
|
+ - Save https://www.wikipedia.org and crawl its internal links with the query parameters removed from the URL
|
|
|
|
|
|
`single-file https://www.wikipedia.org --crawl-links=true --crawl-inner-links-only=true --crawl-max-depth=1 --url-rewrite-rules="^(.*)\\?.*$ $1"`
|
|
|
|