Replies: 1 comment 1 reply
-
I agree that some documentation would be welcome. It requires some work though. In the short term, to answer your question, the default settings of SingleFile are optimized to produce small files. To do this, it removes:
Some other optimizations also help to reduce the file size:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please provide some architecture document, giving overview of how this tool is built.
I want to build something similar in golang, can you give an high-level overview of how things work.
I had a initial implementation using chrome headless browser, but size is big,
for example, trying to store a edx webpage leads to > 3MiB in MHTML format.
Whereas using your extension, leads to < 500KiB.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions