|
@@ -64,15 +64,15 @@ SingleFile can be launched from the command line by running it into a (headless)
|
|
|
|
|
|
|
|
`single-file https://www.wikipedia.org --filename-template=""`
|
|
`single-file https://www.wikipedia.org --filename-template=""`
|
|
|
|
|
|
|
|
- - Save https://www.wikipedia.org into `wikipedia.html`
|
|
|
|
|
|
|
+ - Save https://www.wikipedia.org into `wikipedia.html` in the current folder
|
|
|
|
|
|
|
|
`single-file https://www.wikipedia.org wikipedia.html`
|
|
`single-file https://www.wikipedia.org wikipedia.html`
|
|
|
|
|
|
|
|
- - Save https://www.wikipedia.org into `wikipedia.html` with Firefox instead of Chrome
|
|
|
|
|
|
|
+ - Save https://www.wikipedia.org into `wikipedia.html` in the current folder with Firefox instead of Chrome
|
|
|
|
|
|
|
|
`single-file https://www.wikipedia.org wikipedia.html --back-end=webdriver-gecko`
|
|
`single-file https://www.wikipedia.org wikipedia.html --back-end=webdriver-gecko`
|
|
|
|
|
|
|
|
- - Save a list of URLs stored into `list-urls.txt`
|
|
|
|
|
|
|
+ - Save a list of URLs stored into `list-urls.txt` in the current folder
|
|
|
|
|
|
|
|
`single-file --urls-file=list-urls.txt`
|
|
`single-file --urls-file=list-urls.txt`
|
|
|
|
|
|