-
-
Notifications
You must be signed in to change notification settings - Fork 316
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
Saving Facebook webpages results in a broken output #396
Comments
Using Chromium headless, what if you give it more time before printing the output into the STDOUT? I think it's |
Thanks for the response! Just tried it, same result. Even tried it on my main Chrome install instead of chromium to no avail |
That's odd. And what if you "save page as" via the browser, does it open the result from file:///? you can use monolith on local files by the way, just point it at the file instead of https:// and it'll make one .html bundle out of it. |
Attempt #1: Using Save Page As > Webpage Complete, the resulting file saved on disk had no CSS/JS (for some reason, this has always been a Facebook problem). When I used monolith on it, I had an Out of Memory error on chrome upon opening the output. Attempt #2: Using Save Page As > Single File (.mhtml), the resulting file saved on disk had formatting but missing some media. This is as close as I got to getting what I wanted, but wanted to try and capture as much media as I can with monolith. When I used monolith on the .mhtml file, it resulted in a weird HTML with only text containing the original link, my date and time, and some hash. |
Uh-oh. Thank you for trying it. I'll look into he out-of-memory issue along with checking to see how I can improve monolith for Facebook pages. I know that website isn't exactly made for archiving, even saving images from FB is a big deal, just like with instagram. So it may be partially intentional, to prevent people from saving pages, make them visit the actual site. |
Thanks - will mess around with the flags and other things I can to see if there's a workaround |
There's always SingleFile browser extension, that will probably work quite well. |
The monolith output of a Facebook webpage that would require a login is a broken, mostly un-loaded version of the page with the login popup.
Using a Chromium/Chrome instance to pipe it into monolith results in the same, whether I'm using --incognito or not.
https://imgur.com/0NZwObS
The text was updated successfully, but these errors were encountered: