Y2Z / monolith

⬛️ CLI tool for saving complete web pages as a single HTML file
https://crates.io/crates/monolith
Creative Commons Zero v1.0 Universal
10.96k stars 316 forks source link

Saving all files separately like IDM. #394

Open pawan-poudel-github opened 3 months ago

pawan-poudel-github commented 3 months ago

Is there any way to save the files separately like what IDM does

snshn commented 3 months ago

I'm not sure I follow, sorry. Are you talking about concurrent asynchronous network requests, automatically saving linked pages, or something else? 🤔

pawan-poudel-github commented 3 months ago

It provides a single html file and links all the stuffs there. Is there any way to download css, images, js etc separately and link them using link, script tag like same as source code?

Internet Download Manager (IDM) provides that but it's a paid one.

snshn commented 3 months ago

I think you can do that using Ctrl+S in any web browser.