SingleFile
SingleFile copied to clipboard
Web Extension for saving a faithful copy of a complete web page in a single HTML file
**Describe the bug** Could not save page and got TypeError. **To Reproduce** Following command works fine: `single-file https://www.baidu.com 1.html --back-end=webdriver-gecko --browser-headless=false` But not this: `single-file https://baidu.com 1.html --back-end=webdriver-gecko --browser-headless=false` Will...
**Describe the solution you'd like** I want to have a function that can copy the page meta info to clipboard while saving(or after or provide a button) the pages(copy the...
**Describe the solution you'd like** Support import browser exported settings file `singlefile-settings.json` to cli config. The option name may : --browser-settings-file Description: Overwrite the default settings of cli by the...
**Is your feature request related to a problem? Please describe.** When SingleFile CLI saves a page with puppeteer, the page is saved without any of the familiar extensions your personal...
When I run this command: ``` single-file --output-directory=outdir --dump-content=false --filename-template="{url-pathname-flat}.html" --crawl-links --crawl-save-session=session.json --crawl-replace-urls=true https://en.wikipedia.org/wiki/Thomas_Lipton ``` none of the files in the `outdir` directory have URLs of saved pages replaced with...
I am running the following command from a Bash shell (MinGW on Windows 10): ``` docker run --mount "type=bind,src=$PWD/cookiedir,dst=/cookiedir" --mount "type=bind,src=$PWD/sitedir,dst=/sitedir" singlefile --browser-cookies-file=/cookiedir/cookies.txt --urls-file="/sitedir/urls.txt" --output-directory="/sitedir" --dump-content=false --filename-template="{url-pathname-flat}.html" ``` Note that...
The current behavior of `--filename-conflict-action=skip` is as follows: 1. download the page as usual 2. if the file to be created already exists, do overwrite the file. It would be...
**Describe the bug** Lazy loading elements (GitHub gists, youtube links) are not captured using docker singlefile In the output these elements are blank **To Reproduce** Steps to reproduce the behavior:...
Hello, great add-on you're working on! I noticed the possibility to copy the page to clipboard which works very well. But when i check this option and try to save...
Hello! Is it possible to make a button on the toolbar with dual functionality? 1. If nothing on the page is selected, clicking the button saves the entire page. 2....