Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downloading assets from a page #416

Open
noghartt opened this issue Nov 5, 2024 · 1 comment
Open

Downloading assets from a page #416

noghartt opened this issue Nov 5, 2024 · 1 comment

Comments

@noghartt
Copy link

noghartt commented Nov 5, 2024

Is it possible to, further download the .html of the page, to download the assets of a given site too? For example: the .png and .jpeg and target it locally instead of targeting the CDN href?

@snshn
Copy link
Member

snshn commented Dec 2, 2024

Hello Guilherme,

currently, some saved pages are already exceeding what certain browsers can open, just due to their sheer size (100MB+).
Including more stuff into them is super dangerous. It'll likely be something that will be solved by extending monolith to also be a fully-fledged library (crate), making it possible to archive things recursively (assets, linked pages, other sites, etc). It'll be either this tool, or something that uses monolith as its core, but takes care of saving and serving content the way it happens with HAR files; except it won't be a JSON file, rather a filesystem-based structure, a directory full of .html pages and linked (downloadable) assets. It'll be super cool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants