Sunshine
Sunshine
[This thing](https://github.com/JarvusInnovations/puppeteer-cli) could also work, e.g. `puppeteer print https://www.aliexpress.com/item/32673301320.html aliexpress-32673301320.pdf` – not a HTML file but still useful for archiving things.
You're welcome, glad we were able to help!
The best that I can recommend as of right now is to do this: `monolith -b https://www.aliexpress.com/item/ https://www.aliexpress.com/item/32673301320.html -o result.html`. It won't work without internet connection or with JS disabled...
Hey @schmurtzm, this seems to be working: ```console chromium --headless --disable-gpu --dump-dom https://www.aliexpress.com/item/32673301320.html | monolith - -b https://www.aliexpress.com/item/32673301320.html -o aliexpress.html ```
Hi Cross! Thank you for reporting the issue! I do see some things I could improve in monolith to make it save a bit more data on that page, but...
Thank you for this, Emi. I need to study the proposal a bit more before I'm able to respond, I'll do so before the end of the week. So far...
Let's see... `chromium --headless --disable-gpu --dump-dom https://anilist.co/ | monolith - -b https://anilist.co/ -o anilist.html` seems to work, only the `opacity: 0` doesn't get changed on cover images, some JS issue....
Hi @bew! Thank you for the question, glad seeing people still finding this tool useful! No, no progress on this one. I agree that the proposal is great, and I...
This sounds like a good addition to #9 Appears to be more secure in comparison to exposing session and login data via command line
Waiting for `clap` 3.0 to get out of beta, need `multiple_occurences` flag to make `monolith -d a.co -d b.co` work.