Best way to integrate Single File? + A glitch? #1274
Unanswered
anishchand99
asked this question in
Q&A
Replies: 1 comment
-
Did you take a look at SingleFile CLI? See https://github.com/gildas-lormeau/single-file-cli. This program uses (by default) puppeteer to save pages with SingleFile. Regarding the "three white dots issue", this looks like a bug with script injection. This can be seen in the background color which has 2 states:
I'll try to see if I can reproduce the issue. This might be due to an iframe that would be unloaded/reloaded when injecting the content scripts. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all, thanks the community for a great tool. I am currently using single file as I have the need to save several pages offline preserving all the details (as a personal tool). Some of the pages needed to be scrolled to bottom to ensure every item is loaded. So currently I am using puppeteer to visit the page and scroll to the bottom.
Are there any other ways to integrate SingleFile to puppeteer (so I can test if the results are better/worse)?
Also, I am not fully sure if this is a bug/issue.
Sometimes singlefile when downloading the page gets stuck on the green box with tree white dots and seems to freeze and not download the page.
Is this a known issue or maybe a mistake on my part. It can be observed when I am using the extension from chrome store and manually browsing the web. And also when I use the extension with puppeteer. I am not sure when it happens. But for example: on
https://www.washingtonpost.com/
when I click the button to download, it gets stuck on green. When I reload the page, then the extension automatically gets triggered and saves the page.Beta Was this translation helpful? Give feedback.
All reactions